java.lang.Object
javax.management.remote.rmi.RMIServerImpl
- All Implemented Interfaces:
- Remote, RMIServer
- Direct Known Subclasses:
- RMIIIOPServerImpl, RMIJRMPServerImpl
- See Also:
RMIConnector
, JMXConnectorFactory
, RMIConnectorServer
, newClient(Object)
protected void clientClosed(RMIConnection client)
throws IOException
- See Also:
- NullPointerException,
closeClient(javax.management.remote.rmi.RMIConnection)
, close
, makeClient
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void close()
throws IOException
- See Also:
closeServer()
, makeClient
, RMIConnection
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected abstract void closeClient(RMIConnection client)
throws IOException
- See Also:
-
makeClient
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected abstract void closeServer()
throws IOException
- See Also:
-
close()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected abstract void export()
throws IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ClassLoader getDefaultClassLoader()
- See Also:
setDefaultClassLoader(java.lang.ClassLoader)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public MBeanServer getMBeanServer()
- See Also:
setMBeanServer(javax.management.MBeanServer)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected abstract String getProtocol()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getVersion()
- See Also:
- RMIServer
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected abstract RMIConnection makeClient(String connectionId,
Subject subject)
throws IOException
- See Also:
-
newClient(Object)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public RMIConnection newClient(Object credentials)
throws IOException
- See Also:
getMBeanServer()
, IllegalStateException, SecurityException, RMIServer, close()
, close()
, makeClient
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public RMIServerImpl(Map<String,?> env)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setDefaultClassLoader(ClassLoader cl)
- See Also:
getDefaultClassLoader()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setMBeanServer(MBeanServer mbs)
- See Also:
getMBeanServer()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract Remote toStub()
throws IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples