Searched defs:exportObject (Results 1 - 19 of 19) sorted by relevance

/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DServerRef.java53 RemoteStub exportObject(Remote obj, Object data) method in interface:ServerRef
H A DUnicastRemoteObject.java35 * <p>For the constructors and static <code>exportObject</code> methods
42 * #exportObject(Remote) UnicastRemoteObject.exportObject(Remote)} method,
150 exportObject((Remote) this, port);
172 exportObject((Remote) this, port, csf, ssf);
213 exportObject((Remote) this, port);
215 exportObject((Remote) this, port, csf, ssf);
227 public static RemoteStub exportObject(Remote obj) method in class:UnicastRemoteObject
237 return (RemoteStub) exportObject(obj, new UnicastServerRef(true));
249 public static Remote exportObject(Remot method in class:UnicastRemoteObject
267 public static Remote exportObject(Remote obj, int port, method in class:UnicastRemoteObject
303 private static Remote exportObject(Remote obj, UnicastServerRef sref) method in class:UnicastRemoteObject
[all...]
/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DEndpoint.java43 void exportObject(Target target) method in interface:Endpoint
H A DTransport.java90 public void exportObject(Target target) throws RemoteException { method in class:Transport
H A DLiveRef.java146 public void exportObject(Target target) throws RemoteException { method in class:LiveRef
147 ep.exportObject(target);
/openjdk7/corba/src/share/classes/javax/rmi/CORBA/
H A DPortableRemoteObjectDelegate.java54 * Delegation call for {@link javax.rmi.PortableRemoteObject#exportObject}.
56 void exportObject(Remote obj) method in interface:PortableRemoteObjectDelegate
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DRMIExporter.java40 * UnicastRemoteObject#exportObject(Remote, int,
51 public Remote exportObject(Remote obj, method in interface:RMIExporter
H A DIIOPProxy.java99 void exportObject(Remote obj) throws RemoteException; method in interface:IIOPProxy
H A DIIOPHelper.java168 public static void exportObject(Remote obj) throws RemoteException { method in class:IIOPHelper
170 proxy.exportObject(obj);
/openjdk7/jdk/test/javax/management/remote/mandatory/connectorServer/
H A DRMIExporterTest.java59 public Remote exportObject(Remote obj, method in class:RMIExporterTest.CustomRMIExporter
64 System.out.println("CustomRMIExporter::exportObject():: " +
72 return UnicastRemoteObject.exportObject(obj, port, csf, ssf);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/javax/rmi/
H A DPortableRemoteObject.java67 * and then use the exportObject method to register themselves as a server object.
88 public void exportObject(Remote obj) method in class:PortableRemoteObject
119 UnicastRemoteObject.exportObject(obj);
127 * {@link #exportObject}.
/openjdk7/jdk/test/java/rmi/server/useCustomRef/
H A DUseCustomRef.java57 exportObject();
60 public void exportObject() throws RemoteException { method in class:UseCustomRef
62 ((ServerRef) ref).exportObject(this, null);
138 cr.exportObject();
/openjdk7/corba/src/share/classes/javax/rmi/
H A DPortableRemoteObject.java55 * and then use the exportObject method to register themselves as a server object.
82 * Initializes the object by calling <code>exportObject(this)</code>.
87 PortableRemoteObject.exportObject((Remote)this);
98 public static void exportObject(Remote obj) method in class:PortableRemoteObject
103 proDelegate.exportObject(obj);
111 * {@link #exportObject}.
/openjdk7/jdk/src/share/classes/java/rmi/activation/
H A DActivatable.java44 * <p>For the constructors and static <code>exportObject</code> methods,
76 * #exportObject(Remote,String,MarshalledObject,boolean,int)
77 * exportObject} method with this object, and the specified location,
80 * <code>exportObject</code>.
105 id = exportObject(this, location, data, restart, port);
123 * #exportObject(Remote,String,MarshalledObject,boolean,int,RMIClientSocketFactory,RMIServerSocketFactory)
124 * exportObject} method with this object, and the specified location,
127 * identifier returned from the call to <code>exportObject</code>.
157 id = exportObject(this, location, data, restart, port, csf, ssf);
185 exportObject(thi
339 public static ActivationID exportObject(Remote obj, method in class:Activatable
412 public static ActivationID exportObject(Remote obj, method in class:Activatable
478 public static Remote exportObject(Remote obj, method in class:Activatable
508 public static Remote exportObject(Remote obj, method in class:Activatable
545 private static Remote exportObject(Remote obj, ActivatableServerRef sref) method in class:Activatable
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/protocol/iiop/
H A DIIOPProxyImpl.java106 public void exportObject(Remote obj) throws RemoteException { method in class:IIOPProxyImpl
107 PortableRemoteObject.exportObject(obj);
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DUnicastServerRef.java148 * UnicastRemoteObject.exportObject(Remote) passing 'true' for
149 * 'forceStubUse'. The UnicastRemoteObject.exportObject(Remote) method
174 public RemoteStub exportObject(Remote impl, Object data) method in class:UnicastServerRef
178 return (RemoteStub) exportObject(impl, data, false);
188 public Remote exportObject(Remote impl, Object data, method in class:UnicastServerRef
207 ref.exportObject(target);
/openjdk7/jdk/src/share/classes/sun/rmi/transport/tcp/
H A DTCPEndpoint.java410 public void exportObject(Target target) throws RemoteException { method in class:TCPEndpoint
411 transport.exportObject(target);
H A DTCPTransport.java230 public void exportObject(Target target) throws RemoteException { method in class:TCPTransport
248 super.exportObject(target);
/openjdk7/jdk/src/share/classes/sun/management/jmxremote/
H A DConnectorBootstrap.java163 * UnicastServerRef#exportObject(Remote, Object, boolean)}. The
173 public Remote exportObject(Remote obj, method in class:ConnectorBootstrap.PermanentExporter
191 return ref.exportObject(obj, null, true);

Completed in 86 milliseconds