Uses of Class
com.ibm.di.server.Log

Packages that use Log
com.ibm.di.api.syslog   
com.ibm.di.btree   
com.ibm.di.config.interfaces   
com.ibm.di.connector   
com.ibm.di.connector.tam   
com.ibm.di.eventhandler   
com.ibm.di.eventhandler.ldap   
com.ibm.di.fc   
com.ibm.di.fc.remotecmdlnfc   
com.ibm.di.fc.rxaunittests   
com.ibm.di.fc.sapr3rfc   
com.ibm.di.fc.webservice.util   
com.ibm.di.function   
com.ibm.di.log   
com.ibm.di.queue   
com.ibm.di.server   
com.ibm.di.store   
com.ibm.di.trigger   
com.ibm.di.util   
 

Uses of Log in com.ibm.di.api.syslog
 

Methods in com.ibm.di.api.syslog with parameters of type Log
static SystemLogAppender LogUtils.getSystemLogAppender(Log aLog)
           
 

Uses of Log in com.ibm.di.btree
 

Constructors in com.ibm.di.btree with parameters of type Log
DBFile(String dbPath, Log log)
           
 

Uses of Log in com.ibm.di.config.interfaces
 

Fields in com.ibm.di.config.interfaces declared as Log
static Log TDIPropertyStore.logger
          This is the logger object used by this class and other configuration drivers.
static Log TDIProperties.logger
          This is the logger object used by this class and other configuration drivers.
 

Uses of Log in com.ibm.di.connector
 

Fields in com.ibm.di.connector declared as Log
protected  Log Connector.myLog
          The log object for logging messages
 

Methods in com.ibm.di.connector that return Log
 Log Connector.getLog()
          Returns the current Log object.
 

Methods in com.ibm.di.connector with parameters of type Log
 void ConnectorInterface.setLog(Log logger)
          Set the log object to use for logging messages
 void Connector.setLog(Log logger)
          Sets the Log object to use for logging messages
 

Uses of Log in com.ibm.di.connector.tam
 

Fields in com.ibm.di.connector.tam declared as Log
protected  Log CommonBase.mLogProxy
           
 

Methods in com.ibm.di.connector.tam with parameters of type Log
protected  void CommonBase.debug(String msg, Log log)
           
 

Constructors in com.ibm.di.connector.tam with parameters of type Log
CommonBase(com.tivoli.pd.jutil.PDContext context, Log logger)
           
Domain(Entry entry, com.tivoli.pd.jutil.PDContext context, String adminLogin, String adminPassword, Log log)
          Domain Constructor
Domain(SearchCriteria searchcriteria, com.tivoli.pd.jutil.PDContext context, String adminLogin, String adminPassword, Log log)
          Domain Constructor
Domain(String s, com.tivoli.pd.jutil.PDContext context, String adminLogin, String adminPassword, Log log)
          Domain Constructor
Group(Entry entry, com.tivoli.pd.jutil.PDContext context, Log log)
          Constructor for Group.
Group(SearchCriteria searchcriteria, com.tivoli.pd.jutil.PDContext context, Log log)
          Constructor for Group.
Group(String s, com.tivoli.pd.jutil.PDContext context, Log log)
          Constructor for Group.
Policy(Entry entry, com.tivoli.pd.jutil.PDContext context, Log log)
          Policy Constructor
Policy(SearchCriteria searchcriteria, com.tivoli.pd.jutil.PDContext context, Log log)
          Policy Constructor
Policy(String s, com.tivoli.pd.jutil.PDContext context, Log log)
          Policy Contructor
SSOCredentials(Entry entry, com.tivoli.pd.jutil.PDContext context, Log log)
          SSOCredentials Constructor
SSOCredentials(com.tivoli.pd.jadmin.PDSSOCred.CredInfo credInfo, com.tivoli.pd.jutil.PDContext context, Log log)
          SSOCredentials Constructor
SSOCredentials(com.tivoli.pd.jadmin.PDSSOCred pdSSOCred, com.tivoli.pd.jutil.PDContext context, Log log)
          SSOCredentials Constructor
SSOCredentials(SearchCriteria searchcriteria, com.tivoli.pd.jutil.PDContext context, Log log)
          SSOCredentials Constructor
SSOResource(Entry entry, com.tivoli.pd.jutil.PDContext context, Log log)
          SSO Resource Constructor
SSOResource(SearchCriteria searchcriteria, com.tivoli.pd.jutil.PDContext context, Log log)
          The SSO Resource Constructor
SSOResource(String s, com.tivoli.pd.jutil.PDContext context, Log log)
          SSO Resource Contrustor
SSOResourceGroup(Entry entry, com.tivoli.pd.jutil.PDContext context, Log log)
          SSOResourceGroup Constructor
SSOResourceGroup(SearchCriteria searchcriteria, com.tivoli.pd.jutil.PDContext context, Log log)
          SSOResourceGroup Constructor
SSOResourceGroup(String s, com.tivoli.pd.jutil.PDContext context, Log log)
          SSOResourceGroup Constructor
User(Entry entry, com.tivoli.pd.jutil.PDContext context, Log log)
          Constructor used to instantiate a User from the Entry object.
User(SearchCriteria searchcriteria, com.tivoli.pd.jutil.PDContext context, Log log)
          Constructor used to instantiate a User from the search criteria.
User(String s, com.tivoli.pd.jutil.PDContext context, Log log)
          Constructor used to instantiate a User from the PDUser object.
 

Uses of Log in com.ibm.di.eventhandler
 

Methods in com.ibm.di.eventhandler that return Log
 Log Switchboard.getLog()
           
 

Methods in com.ibm.di.eventhandler with parameters of type Log
 void Switchboard.setLog(Log log)
           
 

Uses of Log in com.ibm.di.eventhandler.ldap
 

Methods in com.ibm.di.eventhandler.ldap with parameters of type Log
static void BER.dump(ByteBuffer buf, Log log)
           
 void LDAPMessage.dump(Log log)
          Dumps the contents of the LDAP message to the log
 

Uses of Log in com.ibm.di.fc
 

Fields in com.ibm.di.fc declared as Log
protected  Log Function.logger
           
 

Methods in com.ibm.di.fc that return Log
 Log FunctionInterface.getLog()
          Returns the logger object i use by this FC
 Log Function.getLog()
          Returns the logger object i use by this FC
 

Methods in com.ibm.di.fc with parameters of type Log
 void FunctionInterface.setLog(Log logger)
          Sets the logger object to use in this FC
 void Function.setLog(Log logger)
          Sets the logger object to use in this FC
 

Uses of Log in com.ibm.di.fc.remotecmdlnfc
 

Methods in com.ibm.di.fc.remotecmdlnfc that return Log
 Log TDIRXALogAdapter.getLog()
           
 Log RemoteCmdLineFC.getLog()
          Gets the log.
 Log LogProxyImpl.getLog()
          retrieves the log file that we have.
 Log LogProxy.getLog()
           
 

Methods in com.ibm.di.fc.remotecmdlnfc with parameters of type Log
 void TDIRXALogAdapter.setLog(Log log)
           
 void RemoteCmdLineFC.setLog(Log lg)
          Set the log for the Function Component to the specified Log
 void LogProxyImpl.setLog(Log log)
          Set the log object we are proxy for.
 

Constructors in com.ibm.di.fc.remotecmdlnfc with parameters of type Log
LogProxyImpl(Log log)
           
TDIRXALogAdapter(Log log)
           
 

Uses of Log in com.ibm.di.fc.rxaunittests
 

Methods in com.ibm.di.fc.rxaunittests that return Log
 Log QA_LogProxyImpl.getLog()
           
 

Uses of Log in com.ibm.di.fc.sapr3rfc
 

Methods in com.ibm.di.fc.sapr3rfc that return Log
 Log SapR3RfcFC.getLog()
           
 

Methods in com.ibm.di.fc.sapr3rfc with parameters of type Log
 void SapR3RfcFC.setLog(Log arg0)
           
 

Uses of Log in com.ibm.di.fc.webservice.util
 

Methods in com.ibm.di.fc.webservice.util with parameters of type Log
static WebServiceCall WebServiceCall.createWebServiceCall(String aWsdlUrl, javax.xml.namespace.QName aServiceQN, javax.xml.namespace.QName aPortQN, String aSoapOperation, Log aLog)
           
 

Constructors in com.ibm.di.fc.webservice.util with parameters of type Log
SOAPBodyElementOutputNS(Element arg0, Log aLog)
           
SOAPBodyElementOutputNS(InputStream arg0, Log aLog)
           
SOAPBodyElementOutputNS(Log aLog)
           
SOAPBodyElementOutputNS(javax.xml.soap.Name arg0, Log aLog)
           
SOAPBodyElementOutputNS(String arg0, String arg1, String arg2, Attributes arg3, org.apache.axis.encoding.DeserializationContext arg4, Log aLog)
           
SOAPEnvelopeOutputNS(Log aLog)
           
SOAPHeaderOutputAttributes(org.apache.axis.message.SOAPEnvelope env, org.apache.axis.soap.SOAPConstants soapConsts, Log aLog)
           
SOAPHeaderOutputAttributes(String arg0, String arg1, String arg2, Attributes arg3, org.apache.axis.encoding.DeserializationContext arg4, org.apache.axis.soap.SOAPConstants soapConst, Log aLog)
           
WebServiceCall(org.apache.axis.client.Service aService, javax.xml.namespace.QName aPortQN, String aSoapOperation, Log aLog)
           
WebServiceCall(String url, Log aLog)
           
 

Uses of Log in com.ibm.di.function
 

Methods in com.ibm.di.function with parameters of type Log
 void UserFunctions.copyDirectory(String source, String target, boolean recursive, boolean overwrite, Log log)
           
 AssemblyLinePool UserFunctions.createALPool(String assemblyLine, Log log)
          Creates an AssemblyLine Pool object from the specified AssemblyLine name.
static FunctionInterface SystemFunctions.loadFunction(FunctionConfig config, Log log)
           
 

Uses of Log in com.ibm.di.log
 

Methods in com.ibm.di.log with parameters of type Log
static boolean LogUtils.addLoggers(String type, String name, Log log, LogConfig config, RSInterface configInstance)
           
 

Uses of Log in com.ibm.di.queue
 

Methods in com.ibm.di.queue with parameters of type Log
static void MemBufferQFactory.setLog(Log l)
           
 

Constructors in com.ibm.di.queue with parameters of type Log
QNotification(Log l, MemBufferQ src)
           
 

Uses of Log in com.ibm.di.server
 

Fields in com.ibm.di.server declared as Log
protected  Log AssemblyLineComponent.log
          This is the Log object we use for logging
 

Methods in com.ibm.di.server that return Log
 Log TaskInterface.getLog()
           
 Log RS.getLog()
          Returns the Log for the current instance
 Log AssemblyLineComponent.getLog()
          Returns the log object
 Log AssemblyLine.getLog()
          Gets the log attribute of the AssemblyLine object
 

Methods in com.ibm.di.server with parameters of type Log
static void RS.encryptPropertiesfile(String path, Log log)
           
static void RS.prepareSolutionDirectory(Log log)
          Prepare the solution directory (working directory) by ensuring solution.properties is present.
static void RS.showLogHeader(Log log)
          This method writes a log header to the Log object.
 

Constructors in com.ibm.di.server with parameters of type Log
AssemblyLine(RSInterface parent, String taskName, Object param, Log log)
          Constructor for the AssemblyLine object
AssemblyLinePool(String assemblyLine, Log log, RSInterface parent, AssemblyLineConfig alConfig)
           
AssemblyLinePool(String assemblyLine, Log log, RSInterface parent, AssemblyLineConfig alConfig, int debugPort)
           
AssemblyLinePool(String assemblyLine, Log log, RSInterface parent, AssemblyLineConfig alConfig, String debugHost, int debugPort, boolean debugOnError)
           
AttributeMapping(String name, TaskInterface context, Log log, ScriptEngine se)
           
ConnectorPool(String aConnectorLibName, PoolDefConfig aPoolDefConfig, Log aLog)
           
ReconnectRuleEngine(Log log)
          Constructor, which loads the in-built rules and the user-defined rules.
 

Uses of Log in com.ibm.di.store
 

Methods in com.ibm.di.store that return Log
 Log SandboxStore.getLog()
           
 Log CheckpointRestart.getLog()
           
 

Methods in com.ibm.di.store with parameters of type Log
 void CheckpointRestart.initializeCheckpoint(String identifier, Log log, boolean initialize, boolean create)
           
 void SandboxStore.setLog(Log log)
           
 void CheckpointRestart.setLog(Log log)
           
 

Constructors in com.ibm.di.store with parameters of type Log
CheckpointRestart(String identifier, Log log)
           
CheckpointRestart(String identifier, Log log, boolean initialize)
           
CheckpointRestart(String identifier, Log log, boolean initialize, boolean create)
           
SandboxStore(String database, Log log, boolean initialize)
           
 

Uses of Log in com.ibm.di.trigger
 

Methods in com.ibm.di.trigger that return Log
 Log TriggerInterface.getLog()
           
 Log Trigger.getLog()
          Returns the trigger's logger object.
 

Uses of Log in com.ibm.di.util
 

Methods in com.ibm.di.util with parameters of type Log
 void DebugServer.setLog(Log log)