Uses of Interface
javax.management.remote.generic.MessageConnection

Packages that use MessageConnection
com.sun.jmx.remote.generic Warning: Classes in this package are reserved for internal use
com.sun.jmx.remote.opt.security Warning: Classes in this package are reserved for internal use
com.sun.jmx.remote.socket Warning: Classes in this package are reserved for internal use
javax.management.remote.generic The Generic JMX API Connector. 
 

Uses of MessageConnection in com.sun.jmx.remote.generic
 

Methods in com.sun.jmx.remote.generic that return MessageConnection
 MessageConnection ServerAdmin.connectionOpen(MessageConnection mc)
          Tells that a new client is arrived and an implementation of this method is called to verify this client, for example, to do authentication, to add a encription level to secure the connection etc.
 MessageConnection ClientAdmin.connectionOpen(MessageConnection mc)
          Tells that a transport connection has been established and an implementation of this method is called to verify this connection, for example, to do authentication, to add a encription level to secure the connection etc.
 MessageConnection ServerSynchroMessageConnectionImpl.getAsynchroConnection()
          Returns the underlying asynchronous trasport.
 MessageConnection ClientSynchroMessageConnectionImpl.getAsynchroConnection()
          Returns the underlying asynchronous trasport.
 

Methods in com.sun.jmx.remote.generic with parameters of type MessageConnection
 void ServerAdmin.connectionClosed(MessageConnection mc)
          Informs that a transport connection has been closed.
 void ClientAdmin.connectionClosed(MessageConnection mc)
          Informs that a transport connection has been closed.
 MessageConnection ServerAdmin.connectionOpen(MessageConnection mc)
          Tells that a new client is arrived and an implementation of this method is called to verify this client, for example, to do authentication, to add a encription level to secure the connection etc.
 MessageConnection ClientAdmin.connectionOpen(MessageConnection mc)
          Tells that a transport connection has been established and an implementation of this method is called to verify this connection, for example, to do authentication, to add a encription level to secure the connection etc.
 Subject ServerAdmin.getSubject(MessageConnection mc)
          Returns an javax.security.auth.Subject object used for a server to authorize any request from the specified connection.
 void ProfileClient.initialize(MessageConnection mc)
           
 void ProfileServer.initialize(MessageConnection mc, Subject s)
           
 

Constructors in com.sun.jmx.remote.generic with parameters of type MessageConnection
ClientSynchroMessageConnectionImpl(MessageConnection mc, SynchroCallback cb, Map env)
           
ServerSynchroMessageConnectionImpl(MessageConnection mc, Map env)
           
 

Uses of MessageConnection in com.sun.jmx.remote.opt.security
 

Methods in com.sun.jmx.remote.opt.security that return MessageConnection
 MessageConnection AdminServer.connectionOpen(MessageConnection mc)
           
 MessageConnection AdminClient.connectionOpen(MessageConnection mc)
           
 

Methods in com.sun.jmx.remote.opt.security with parameters of type MessageConnection
 void AdminServer.connectionClosed(MessageConnection mc)
           
 void AdminClient.connectionClosed(MessageConnection mc)
           
 MessageConnection AdminServer.connectionOpen(MessageConnection mc)
           
 MessageConnection AdminClient.connectionOpen(MessageConnection mc)
           
 Subject AdminServer.getSubject(MessageConnection mc)
           
 void SASLClientHandler.initialize(MessageConnection mc)
           
 void TLSClientHandler.initialize(MessageConnection mc)
           
 void TLSServerHandler.initialize(MessageConnection mc, Subject s)
           
 void SASLServerHandler.initialize(MessageConnection mc, Subject s)
           
 

Uses of MessageConnection in com.sun.jmx.remote.socket
 

Classes in com.sun.jmx.remote.socket that implement MessageConnection
 class SocketConnection
          This class uses TCP sockets to implement a JMX client MessageConnection.
 

Methods in com.sun.jmx.remote.socket that return MessageConnection
 MessageConnection SocketConnectionServer.accept()
           
 

Uses of MessageConnection in javax.management.remote.generic
 

Methods in javax.management.remote.generic that return MessageConnection
 MessageConnection MessageConnectionServer.accept()
          Listens for a connection to be made to this server and accepts it.
 



Copyright © 2014 Terracotta, Inc.. All rights reserved.