Uses of Class
mandala.util.Syslog

Packages that use Syslog
mandala.jacob.remote This package is dedicated to remote implementation of the active map concept. 
mandala.jacob.remote.gpf Generic Protocol Framework (GPF) contains classes that may help implementors of new JACOb protocols. 
mandala.jacob.remote.gpf.rmi GPF-RMI implementation of JACOb. 
mandala.jacob.remote.rmi Direct RMI implementation of JACOb. 
mandala.rami Specification and implementation of the Reflective Asynchronous Method Invocation
mandala.rami.impl Contains all classes related to Reflective Asynchronous Method Invocation
mandala.rami.transparency.total Total-transparent asynchronous method invocation mechanism implementation. 
mandala.util This package is a util package for anything in Mandala. 
 

Uses of Syslog in mandala.jacob.remote
 

Fields in mandala.jacob.remote declared as Syslog
protected static Syslog AbstractRemote.syslog
          Message logger.
 

Methods in mandala.jacob.remote that return Syslog
static Syslog AbstractRemote.getSyslog()
          Returns the Syslog object facility.
 

Methods in mandala.jacob.remote with parameters of type Syslog
static void AbstractRemote.setSyslog(Syslog syslog)
          Sets the Syslog object facility.
 

Uses of Syslog in mandala.jacob.remote.gpf
 

Methods in mandala.jacob.remote.gpf with parameters of type Syslog
static boolean CommonProperties.setStaticProperties(java.util.Properties properties, Syslog syslog)
          Sets static properties.
static java.lang.String CommonProperties.getLocalHost(java.util.Properties properties, Syslog syslog)
           
 

Uses of Syslog in mandala.jacob.remote.gpf.rmi
 

Methods in mandala.jacob.remote.gpf.rmi with parameters of type Syslog
static boolean CommonRMIProperties.setStaticProperties(java.util.Properties properties, Syslog syslog)
           
 

Uses of Syslog in mandala.jacob.remote.rmi
 

Fields in mandala.jacob.remote.rmi declared as Syslog
protected static Syslog RMIIteratorImpl.syslog
          Message logger.
static Syslog RegistryCreator.syslog
           
protected static Syslog RMICollectionImpl.syslog
          Message logger.
 

Methods in mandala.jacob.remote.rmi that return Syslog
static Syslog RMIIteratorImpl.getSyslog()
          Returns the Syslog object facility.
static Syslog RMICollectionImpl.getSyslog()
          Returns the Syslog object facility.
 

Methods in mandala.jacob.remote.rmi with parameters of type Syslog
static boolean CommonRMIProperties.setStaticProperties(java.util.Properties properties, Syslog syslog)
           
 

Uses of Syslog in mandala.rami
 

Fields in mandala.rami declared as Syslog
static Syslog Framework.syslog
           
protected static Syslog AbstractAsynchronousReference.syslog
          Message logger.
 

Methods in mandala.rami that return Syslog
static Syslog AbstractAsynchronousReference.getSyslog()
          Returns the logger.
 

Methods in mandala.rami with parameters of type Syslog
static void AbstractAsynchronousReference.setSyslog(Syslog syslog)
          Sets the logger.
 

Uses of Syslog in mandala.rami.impl
 

Methods in mandala.rami.impl that return Syslog
static Syslog MethodInvoker.getSyslog()
          Returns the Syslog object facility.
static Syslog AsynchronousReferencePairImpl.getSyslog()
           
 

Methods in mandala.rami.impl with parameters of type Syslog
static void MethodInvoker.setSyslog(Syslog log)
          Sets the Syslog object facility.
 

Constructors in mandala.rami.impl with parameters of type Syslog
SyslogCallback(Syslog syslog)
           
 

Uses of Syslog in mandala.rami.transparency.total
 

Fields in mandala.rami.transparency.total declared as Syslog
protected static Syslog AsynchronousProxyInvocationHandler.syslog
           
 

Uses of Syslog in mandala.util
 

Fields in mandala.util declared as Syslog
static Syslog HTTPServer.syslog
           
static Syslog ThreadPool.DEFAULT_SYSLOG
          The Syslog used for logging when none are specified using the setSyslog() method.
protected  Syslog ThreadPool.syslog
          The Syslog object facility.
protected static Syslog SerializableMethod.syslog
          Message logger.
protected  Syslog SyslogExceptionHandler.syslog
           
protected static Syslog SerializableConstructor.syslog
          Message logger.
protected static Syslog SingletonGiver.syslog
          Message logger.
 

Methods in mandala.util that return Syslog
 Syslog ThreadPool.getSyslog()
          Returns the Syslog instance used for logging.
static Syslog SingletonGiver.getSyslog()
          Returns the logger.
 

Methods in mandala.util with parameters of type Syslog
 void ThreadPool.setSyslog(Syslog syslog)
          Set the Syslog instance to use for logging.
static void SingletonGiver.setSyslog(Syslog syslog)
          Sets the logger.
 

Constructors in mandala.util with parameters of type Syslog
SyslogExceptionHandler(Syslog syslog)
           
 



Mandala help mailing list