public class JUnicastServerRefSf extends JUnicastServerRef
JUnicastServerRefSf
implements the remote reference
layer server-side behavior for remote objects exported with the JUnicastRefSf
reference type.cis, sis
Constructor and Description |
---|
JUnicastServerRefSf()
constructor
|
JUnicastServerRefSf(int port,
java.rmi.server.RMIClientSocketFactory csf,
java.rmi.server.RMIServerSocketFactory ssf,
JServerRequestInterceptor[] sis,
JClientRequestInterceptor[] cis)
Constructor with interceptor and custum sckets factories
|
JUnicastServerRefSf(sun.rmi.transport.LiveRef ref,
JServerRequestInterceptor[] sis,
JClientRequestInterceptor[] cis)
Constructor with interceptor Create a new Unicast Server RemoteRef.
|
Modifier and Type | Method and Description |
---|---|
protected java.rmi.server.RemoteRef |
getClientRef()
use a different kind of RemoteRef instance
|
java.lang.String |
getRefClass(java.io.ObjectOutput out)
get the ref class name
|
dispatch, exportObject, unmarshalCustomCallData
clearStackTraces, exportObject, exportObject, getClientHost, oldDispatch, readExternal, setSkeleton, writeExternal
done, getLiveRef, invoke, invoke, marshalCustomCallData, marshalValue, newCall, remoteEquals, remoteHashCode, remoteToString, unmarshalValue
public JUnicastServerRefSf()
public JUnicastServerRefSf(sun.rmi.transport.LiveRef ref, JServerRequestInterceptor[] sis, JClientRequestInterceptor[] cis)
liveRef
- the live referencesis
- the server interceptor arraycis
- the client interceptor arraypublic JUnicastServerRefSf(int port, java.rmi.server.RMIClientSocketFactory csf, java.rmi.server.RMIServerSocketFactory ssf, JServerRequestInterceptor[] sis, JClientRequestInterceptor[] cis)
port
- the port referencecsf
- the client socket factorysf
- the server socket factorysis
- the server interceptor arraycis
- the client interceptor arraypublic java.lang.String getRefClass(java.io.ObjectOutput out)
getRefClass
in interface java.rmi.server.RemoteRef
getRefClass
in class JUnicastServerRef
protected java.rmi.server.RemoteRef getClientRef()
getClientRef
in class JUnicastServerRef