|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.yoko.rmi.impl.RMIState
public class RMIState
Method Summary | |
---|---|
ValueHandler |
createValueHandler()
|
void |
exportObject(Remote remote)
|
ClassLoader |
getClassLoader()
ContextClassLoader for this state |
URL |
getCodeBase()
|
String |
getName()
|
ORB |
getORB()
|
Stub |
getStaticStub(String codebase,
Class type)
|
Stub |
getStaticStub1(String codebase,
Class type)
Method getStaticStub. |
void |
setCodeBase(URL codebase)
|
void |
shutdown()
Shutdown this state |
void |
unexportObject(Remote remote)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void shutdown()
PortableRemoteObjectState
shutdown
in interface PortableRemoteObjectState
public ORB getORB()
getORB
in interface PortableRemoteObjectState
public ValueHandler createValueHandler()
public ClassLoader getClassLoader()
PortableRemoteObjectState
getClassLoader
in interface PortableRemoteObjectState
public void setCodeBase(URL codebase)
public URL getCodeBase()
public Stub getStaticStub1(String codebase, Class type)
codebase
- type
-
public Stub getStaticStub(String codebase, Class type)
public void exportObject(Remote remote) throws RemoteException
exportObject
in interface PortableRemoteObjectState
RemoteException
public void unexportObject(Remote remote) throws RemoteException
unexportObject
in interface PortableRemoteObjectState
RemoteException
public String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |