|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.resources.rmi.RmiService
public class RmiService
Constructor Summary | |
---|---|
RmiService()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RmiService()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |