public class RmiService
extends java.lang.Object
Constructor and Description |
---|
RmiService() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getServiceClass()
The name of the class that implements the service.
|
java.lang.String |
getServiceName() |
void |
init() |
void |
setParent(java.lang.Object parent) |
void |
setServiceClass(java.lang.String serviceClass)
The name of the class that implements the service.
|
void |
setServiceName(java.lang.String name)
The name of the service in the Registry, usually by convention this is the
same as the class name of the interface for the service.
|
void |
start()
Bind the RMI service.
|
public void setServiceName(java.lang.String name)
public java.lang.String getServiceName()
public void setServiceClass(java.lang.String serviceClass)
public java.lang.String getServiceClass()
public void setParent(java.lang.Object parent)
public void init() throws ConfigException
ConfigException
public void start() throws ResourceAdapterInternalException
ResourceAdapterInternalException