All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----com.sun.jaw.impl.adaptor.generic.AdaptorServer
|
+----com.sun.jaw.impl.adaptor.iiop.AdaptorServerImpl
AdaptorServerImpl class implements the IIOP adaptor server.
The implementation is provided as an m-bean. Therefore the class can
be dynamically instantiated at any time by a Java Dynamic Management agent.
Once the class is instantiated, the Java Dynamic Management agent can be controlled and managed through an IIOP adaptor client.
When instantiating the object, it is possible to specify the service name, the host on which the CORBA naming service in running and the port used by the CORBA naming service. The following properties must be specified in the object name:
domain:com.sun.jaw.reference.adaptor.iiop.AdaptorServerImpl.host=sky,port=9999
public AdaptorServerImpl()
public void initCmf(Framework f, ObjectName name, boolean db, ModificationList list) throws InstanceAlreadyExistException
public Integer getPort()
public String getClassVersion()
public String getServiceName()
public String getProtocol()
public String getDomain()
All Packages Class Hierarchy This Package Previous Next Index