java.lang.Object
javax.management.remote.rmi.RMIServerImpl
javax.management.remote.rmi.RMIJRMPServerImpl
- All Implemented Interfaces:
- Remote, RMIServer
protected void closeClient(RMIConnection client)
throws IOException
- See Also:
- RMIServerImpl,
makeClient
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void closeServer()
throws IOException
- See Also:
- RMIServerImpl,
RMIServerImpl.close()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void export()
throws IOException
- See Also:
- RMIServerImpl
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected String getProtocol()
- See Also:
- RMIServerImpl
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected RMIConnection makeClient(String connectionId,
Subject subject)
throws IOException
- See Also:
- RMIServerImpl
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public RMIJRMPServerImpl(int port,
RMIClientSocketFactory csf,
RMIServerSocketFactory ssf,
Map<String,?> env)
throws IOException
- See Also:
- IllegalArgumentException,
RMIServer
, RMIConnectionImpl
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Remote toStub()
throws IOException
- See Also:
- RMIServerImpl,
RMIServer
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples