com.sun.jaw.reference.common
Class ServiceName

java.lang.Object
  |
  +--com.sun.jaw.reference.common.ServiceName

public class ServiceName
extends java.lang.Object

This class is used for storing the names of core services.


Field Summary
static java.lang.String ADAPTOR
          The class name used for registering the adaptors.
static java.lang.String APT_HTML
          The java class of the RMI adaptor.
static java.lang.String APT_HTTP
          The java class of the HTTP adaptor.
static java.lang.String APT_HTTPS
          The java class of the HTTPS adaptor.
static java.lang.String APT_IIOP
          The java class of the IIOP adaptor.
static java.lang.String APT_RMI
          The java class of the RMI adaptor.
static java.lang.String APT_UDP
          The java class of the UDP adaptor.
static java.lang.String DOMAIN
          The default domain.
static java.lang.String EVENT
          The class name used for registering the event handler objects.
static java.lang.String FILTER
          The class name used for registering the filter service.
static java.lang.String FRAME
          The class name used for registering the framework.
static java.lang.String JDMKVERSION
          The version number of this JDMK distribution.
static java.lang.String MAPPER
          The class name used for registering the mapper.
static java.lang.String META
          The class name used for registering the metadata service.
static java.lang.String MLETLOADER
          The class name used for registering the class loader of the MLet service.
static java.lang.String OBJREP
          The class name used for registering the repository service.
static java.lang.String RELATION
          The class name used for registering the relationship service.
static java.lang.String THREADSRV
          The class name used for registering the thread allocator service.
 
Constructor Summary
ServiceName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

META

public static final java.lang.String META
The class name used for registering the metadata service.
The value is com.sun.jaw.impl.agent.services.light.MetaDataSrvMO.

MLETLOADER

public static final java.lang.String MLETLOADER
The class name used for registering the class loader of the MLet service.
The value is com.sun.jaw.impl.agent.services.mlet.MLetClassLoaderMO.

FILTER

public static final java.lang.String FILTER
The class name used for registering the filter service.
The value is com.sun.jaw.reference.agent.services.FilterSrvIfMO.

OBJREP

public static final java.lang.String OBJREP
The class name used for registering the repository service.
The value is com.sun.jaw.reference.agent.services.MoRepSrvIfMO.

EVENT

public static final java.lang.String EVENT
The class name used for registering the event handler objects.
The value is com.sun.jaw.reference.agent.services.EventHandlerIfMO.

FRAME

public static final java.lang.String FRAME
The class name used for registering the framework.
The value is com.sun.jaw.reference.client.mo.FrameworkMO.

RELATION

public static final java.lang.String RELATION
The class name used for registering the relationship service.
The value is com.sun.jaw.impl.agent.services.light.RelationSrvMO.

THREADSRV

public static final java.lang.String THREADSRV
The class name used for registering the thread allocator service.
The value is com.sun.jaw.impl.agent.services.light.ThreadAllocatorSrvMO.

ADAPTOR

public static final java.lang.String ADAPTOR
The class name used for registering the adaptors.
The value is com.sun.jaw.reference.client.adaptor.AdaptorMO.

MAPPER

public static final java.lang.String MAPPER
The class name used for registering the mapper.
The value is com.sun.jaw.reference.mapper.MapperMO.

APT_RMI

public static final java.lang.String APT_RMI
The java class of the RMI adaptor.
The value is com.sun.jaw.impl.adaptor.rmi.AdaptorServer.

APT_HTML

public static final java.lang.String APT_HTML
The java class of the RMI adaptor.
The value is com.sun.jaw.impl.adaptor.html.AdaptorServerImpl.

APT_HTTP

public static final java.lang.String APT_HTTP
The java class of the HTTP adaptor.
The value is com.sun.jaw.impl.adaptor.http.AdaptorServerImpl.

APT_HTTPS

public static final java.lang.String APT_HTTPS
The java class of the HTTPS adaptor.
The value is com.sun.jaw.impl.adaptor.https.AdaptorServerImpl.

APT_UDP

public static final java.lang.String APT_UDP
The java class of the UDP adaptor.
The value is com.sun.jaw.impl.adaptor.udp.AdaptorServerImpl.

APT_IIOP

public static final java.lang.String APT_IIOP
The java class of the IIOP adaptor.
The value is com.sun.jaw.impl.adaptor.iiop.AdaptorServerImpl.

DOMAIN

public static final java.lang.String DOMAIN
The default domain.
The value is defaultDomain.

JDMKVERSION

public static final java.lang.String JDMKVERSION
The version number of this JDMK distribution.
The value is JDMK/3.2.
Constructor Detail

ServiceName

public ServiceName()