KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > remote > rmi > RMIIIOPServerImpl

javax.management.remote.rmi
Class RMIIIOPServerImpl

java.lang.Object
  extended by javax.management.remote.rmi.RMIServerImpl
      extended by javax.management.remote.rmi.RMIIIOPServerImpl
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 RMIIIOPServerImpl(Map<String,?> env)
                  throws IOException
See Also:
RMIServerImpl
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Remote toStub()
              throws IOException
See Also:
RMIServerImpl
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags