public class RemoteObjectInstanceFactoryImpl extends java.lang.Object implements RemoteObjectInstanceFactory
Constructor and Description |
---|
RemoteObjectInstanceFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
RemoteObjectInstance |
create(byte[] referenceBytes) |
RemoteObjectInstance |
create(java.lang.Object envEntry) |
RemoteObjectInstance |
create(java.rmi.Remote remoteObject,
java.lang.String interfaceNameToNarrowTo) |
public RemoteObjectInstance create(java.lang.Object envEntry)
create
in interface RemoteObjectInstanceFactory
public RemoteObjectInstance create(byte[] referenceBytes)
create
in interface RemoteObjectInstanceFactory
public RemoteObjectInstance create(java.rmi.Remote remoteObject, java.lang.String interfaceNameToNarrowTo)
create
in interface RemoteObjectInstanceFactory