Uses of Interface
javax.management.remote.rmi.RMIConnection

Packages that use RMIConnection
javax.management.remote.rmi   
org.jboss.mx.remoting.rmi   
 

Uses of RMIConnection in javax.management.remote.rmi
 

Classes in javax.management.remote.rmi that implement RMIConnection
 class RMIConnectionImpl
          This is the implementation for the rmi connection.
 

Methods in javax.management.remote.rmi that return RMIConnection
protected abstract  RMIConnection RMIServerImpl.makeClient(String connectionId, Subject subject)
           
protected  RMIConnection RMIJRMPServerImpl.makeClient(String connectionId, Subject subject)
           
protected  RMIConnection RMIIIOPServerImpl.makeClient(String connectionId, Subject subject)
           
 RMIConnection RMIServerImpl.newClient(Object credentials)
           
 RMIConnection RMIServer.newClient(Object credentials)
           
 

Methods in javax.management.remote.rmi with parameters of type RMIConnection
protected  void RMIServerImpl.clientClosed(RMIConnection client)
           
protected abstract  void RMIServerImpl.closeClient(RMIConnection client)
           
protected  void RMIJRMPServerImpl.closeClient(RMIConnection client)
           
protected  void RMIIIOPServerImpl.closeClient(RMIConnection client)
           
 

Uses of RMIConnection in org.jboss.mx.remoting.rmi
 

Constructors in org.jboss.mx.remoting.rmi with parameters of type RMIConnection
ClientMBeanServerConnection(RMIConnection rmiConnection, ClientNotifier clientNotifier, ClassLoader classLoader, Subject subject)
           
ClientNotifier(RMIConnection rmiConnection)
           
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.