Class RemoteObjectInstanceFactoryImpl
- java.lang.Object
-
- com.ibm.ws.container.service.naming.RemoteObjectInstanceFactoryImpl
-
- All Implemented Interfaces:
RemoteObjectInstanceFactory
public class RemoteObjectInstanceFactoryImpl extends java.lang.Object implements RemoteObjectInstanceFactory
-
-
Constructor Summary
Constructors Constructor Description RemoteObjectInstanceFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoteObjectInstance
create(byte[] referenceBytes)
RemoteObjectInstance
create(java.lang.Object envEntry)
RemoteObjectInstance
create(java.rmi.Remote remoteObject, java.lang.String interfaceNameToNarrowTo)
-
-
-
Method Detail
-
create
public RemoteObjectInstance create(java.lang.Object envEntry)
- Specified by:
create
in interfaceRemoteObjectInstanceFactory
-
create
public RemoteObjectInstance create(byte[] referenceBytes)
- Specified by:
create
in interfaceRemoteObjectInstanceFactory
-
create
public RemoteObjectInstance create(java.rmi.Remote remoteObject, java.lang.String interfaceNameToNarrowTo)
- Specified by:
create
in interfaceRemoteObjectInstanceFactory
-
-