Modifier and Type | Method and Description |
---|---|
Object |
copyObject(Object obj, ORB orb)
|
Object[] |
copyObjects(Object[] obj, ORB orb)
|
ValueHandler |
createValueHandler()
代表团要求
Util.createValueHandler() 。
|
String |
getCodebase(类 clz)
|
Tie |
getTie(Remote target)
代表团要求
Util.getTie(java.rmi.Remote) 。
|
boolean |
isLocal(Stub stub)
|
类 |
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)
|
RemoteException mapSystemException(SystemException ex)
void writeAny(OutputStream out, Object obj)
Object readAny(InputStream in)
void writeRemoteObject(OutputStream out, Object obj)
void writeAbstractObject(OutputStream out, Object obj)
void unexportObject(Remote target) throws NoSuchObjectException
Tie getTie(Remote target)
Util.getTie(java.rmi.Remote)
。
ValueHandler createValueHandler()
Util.createValueHandler()
。
类 loadClass(String className, String remoteCodebase, ClassLoader loader) throws ClassNotFoundException
boolean isLocal(Stub stub) throws RemoteException
RemoteException wrapException(Throwable obj)
Object copyObject(Object obj, ORB orb) throws RemoteException
Object[] copyObjects(Object[] obj, ORB orb) throws RemoteException
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.