org.objectweb.carol.rmi.jrmp.server
Class JUnicastServerRefSf
- RemoteRef
public class JUnicastServerRefSf
Class JUnicastServerRefSf
implements the remote reference
layer server-side behavior for remote objects exported with the JUnicastRefSf
reference type.
Version:
- Guillaume Riviere (Guillaume.Riviere@inrialpes.fr)
protected RemoteRef | getClientRef() - use a different kind of RemoteRef instance
|
String | getRefClass(ObjectOutput out) - get the ref class name
|
dispatch , done , exportObject , getClientRef , getRefClass , invoke , invoke , newCall , readExternal , remoteEquals , remoteHashCode , remoteToString , unmarshalCustomCallData , writeExternal |
JUnicastServerRefSf
public JUnicastServerRefSf()
constructor
JUnicastServerRefSf
public JUnicastServerRefSf(Object ref,
JServerRequestInterceptor[] sis,
JClientRequestInterceptor[] cis)
Constructor with interceptor Create a new Unicast Server RemoteRef.
sis
- the server interceptor arraycis
- the client interceptor array
JUnicastServerRefSf
public JUnicastServerRefSf(int port,
RMIClientSocketFactory csf,
RMIServerSocketFactory ssf,
JServerRequestInterceptor[] sis,
JClientRequestInterceptor[] cis)
Constructor with interceptor and custum sckets factories
port
- the port referencecsf
- the client socket factorysis
- the server interceptor arraycis
- the client interceptor array
getClientRef
protected RemoteRef getClientRef()
use a different kind of RemoteRef instance
- getClientRef in interface JUnicastServerRef
- remoet Ref the remote reference
getRefClass
public String getRefClass(ObjectOutput out)
get the ref class name
- getRefClass in interface JUnicastServerRef
- String the class name