-
-
方法摘要
所有方法 接口方法 抽象方法 Modifier and Type 方法 描述 Object
copyObject(Object obj, ORB orb)
Object[]
copyObjects(Object[] obj, ORB orb)
ValueHandler
createValueHandler()
代表团要求Util.createValueHandler()
。String
getCodebase(Class clz)
Tie
getTie(Remote target)
代表团要求Util.getTie(java.rmi.Remote)
。boolean
isLocal(Stub stub)
Class
loadClass(String className, String remoteCodebase, ClassLoader loader)
RemoteException
mapSystemException(SystemException ex)
Object
readAny(InputStream in)
void
registerTarget(Tie tie, Remote target)
void
unexportObject(Remote target)
RemoteException
wrapException(Throwable obj)
void
writeAbstractObject(OutputStream out, Object obj)
void
writeAny(OutputStream out, Object obj)
void
writeRemoteObject(OutputStream out, Object obj)
-
-
-
方法详细信息
-
mapSystemException
RemoteException mapSystemException(SystemException ex)
-
writeAny
void writeAny(OutputStream out, Object obj)
-
readAny
Object readAny(InputStream in)
-
writeRemoteObject
void writeRemoteObject(OutputStream out, Object obj)
-
writeAbstractObject
void writeAbstractObject(OutputStream out, Object obj)
-
unexportObject
void unexportObject(Remote target) throws NoSuchObjectException
-
getTie
Tie getTie(Remote target)
代表团要求Util.getTie(java.rmi.Remote)
。
-
createValueHandler
ValueHandler createValueHandler()
代表团要求Util.createValueHandler()
。
-
loadClass
Class loadClass(String className, String remoteCodebase, ClassLoader loader) throws ClassNotFoundException
-
isLocal
boolean isLocal(Stub stub) throws RemoteException
-
wrapException
RemoteException wrapException(Throwable obj)
-
copyObject
Object copyObject(Object obj, ORB orb) throws RemoteException
-
copyObjects
Object[] copyObjects(Object[] obj, ORB orb) throws RemoteException
-
-