public class ReferenceImpl extends UnicastRemoteObject implements RemoteReference
ReferenceImpl is an implementation of the RemoteReference interface| Modifier and Type | Field and Description |
|---|---|
protected javax.naming.Reference |
ref
wrapped reference
|
| Constructor and Description |
|---|
ReferenceImpl(javax.naming.Reference ref)
Create a new Wrapper for Reference
|
| Modifier and Type | Method and Description |
|---|---|
javax.naming.Reference |
getReference()
Get the wrapped object
|
clone, exportObject, unexportObjectpublic ReferenceImpl(javax.naming.Reference ref)
throws java.rmi.RemoteException
ref - referencejava.rmi.RemoteException - if exception is encounteredpublic javax.naming.Reference getReference()
getReference in interface RemoteReference