-
-
方法摘要
所有方法 接口方法 抽象方法 Modifier and Type 方法 描述 ObjectcopyObject(Object obj, ORB orb)Object[]copyObjects(Object[] obj, ORB orb)ValueHandlercreateValueHandler()代表团要求Util.createValueHandler()。StringgetCodebase(Class clz)TiegetTie(Remote target)代表团要求Util.getTie(java.rmi.Remote)。booleanisLocal(Stub stub)ClassloadClass(String className, String remoteCodebase, ClassLoader loader)RemoteExceptionmapSystemException(SystemException ex)ObjectreadAny(InputStream in)voidregisterTarget(Tie tie, Remote target)voidunexportObject(Remote target)RemoteExceptionwrapException(Throwable obj)voidwriteAbstractObject(OutputStream out, Object obj)voidwriteAny(OutputStream out, Object obj)voidwriteRemoteObject(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
-
-