psdi.mbo

Class ServiceInfo

  • java.lang.Object
    • psdi.mbo.ServiceInfo
  • All Implemented Interfaces:
    java.io.Serializable


    public class ServiceInfo
    extends java.lang.Object
    implements java.io.Serializable
    Information about the various services in the server.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      ServiceInfo(java.lang.String name, java.lang.String className, boolean singleton)
      Construct using the specified name
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getName()
      Get the name of the service
      java.lang.Class getServiceClass() 
      MXLogger getServiceLogger()
      Returns a logger to log messages related to this service.
      boolean singleton()
      Get the name of the service
      java.lang.String toString()
      Dumb the details of the servies.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ServiceInfo

        public ServiceInfo(java.lang.String name,
                           java.lang.String className,
                           boolean singleton)
        Construct using the specified name
    • Method Detail

      • getName

        public java.lang.String getName()
        Get the name of the service
      • singleton

        public boolean singleton()
        Get the name of the service
      • getServiceClass

        public java.lang.Class getServiceClass()
                                        throws java.lang.ClassNotFoundException
        Throws:
        java.lang.ClassNotFoundException
      • getServiceLogger

        public MXLogger getServiceLogger()
        Returns a logger to log messages related to this service.
        Returns:
        MXLogger a logger to log messages related to this service.
      • toString

        public java.lang.String toString()
        Dumb the details of the servies. Use for debugging only !
        Overrides:
        toString in class java.lang.Object