|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Proxy | |
org.exolab.jms.net.orb | Object Broker |
org.exolab.jms.net.registry | Registry API |
Uses of Proxy in org.exolab.jms.net.orb |
Methods in org.exolab.jms.net.orb that return Proxy | |
Proxy |
AbstractORB.getProxy(java.lang.Object object,
java.lang.String uri)
Returns the proxy associated with the specified object, and URI. |
Proxy |
AbstractORB.exportObject(java.lang.Object object)
Export an object on a default URI. |
Proxy |
AbstractORB.exportObject(java.lang.Object object,
java.lang.String uri)
Export an object on a specific URI. |
Proxy |
AbstractORB.exportObject(java.lang.Object object,
java.rmi.server.ObjID objID)
Export an object with a well known identifier on a default URI. |
Proxy |
AbstractORB.exportObject(java.lang.Object object,
java.rmi.server.ObjID objID,
java.lang.String uri)
Export an object with a well known identifier on a specific URI. |
Proxy |
AbstractORB.exportObjectTo(java.lang.Object object,
java.lang.String uri)
Export an object to a specific URI. |
Proxy |
AbstractORB.exportObjectTo(java.lang.Object object,
java.lang.String uri,
java.lang.String principal,
java.lang.String credentials)
Export an object to a specific URI. |
protected Proxy |
AbstractORB.doExportTo(java.lang.Object object,
URI uri)
Export an object to a specific URI. |
Proxy |
ORB.exportObject(java.lang.Object object)
Export an object on the default URI. |
Proxy |
ORB.exportObject(java.lang.Object object,
java.lang.String uri)
Export an object on a specific URI. |
Proxy |
ORB.exportObject(java.lang.Object object,
java.rmi.server.ObjID objID)
Export an object with a well known identifier on the default URI. |
Proxy |
ORB.exportObject(java.lang.Object object,
java.rmi.server.ObjID objID,
java.lang.String uri)
Export an object with a well known identifier on a specific URI. |
Proxy |
ORB.exportObjectTo(java.lang.Object object)
Export an object to the current remote caller. |
Proxy |
ORB.exportObjectTo(java.lang.Object object,
java.lang.String uri)
Export an object to a specific URI. |
Proxy |
ORB.exportObjectTo(java.lang.Object object,
java.lang.String uri,
java.lang.String principal,
java.lang.String credentials)
Export an object to a specific URI. |
Proxy |
UnicastObject.getProxy()
Returns a proxy to invoke methods on this. |
Uses of Proxy in org.exolab.jms.net.registry |
Methods in org.exolab.jms.net.registry that return Proxy | |
Proxy |
Registry.lookup(java.lang.String name)
Returns a proxy for the remote object associated with the specified name |
Methods in org.exolab.jms.net.registry with parameters of type Proxy | |
void |
Registry.bind(java.lang.String name,
Proxy proxy)
Binds the specified name to a remote object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |