systemic.sif.sifcommon.customObject
Interface CustomObjectInterface


public interface CustomObjectInterface

It is not expected that one will manually create Custom Objects but if one has done so then they must implement this interface. There is a high likelihood that this interface will become obsolete in the near future. It is only supported for backwards compability.

Author:
Joerg Huber

Method Summary
 void initialise(org.apache.log4j.Logger logger)
          Initialise this Custom Object.
 

Method Detail

initialise

void initialise(org.apache.log4j.Logger logger)
Initialise this Custom Object. The passed in logger must already be initailsed as part of the agent.

Parameters:
logger -