| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
ClientSynchroMessageConnectionImpl.getAsynchroConnection()
Returns the underlying asynchronous trasport.
|
MessageConnection |
ServerSynchroMessageConnectionImpl.getAsynchroConnection()
Returns the underlying asynchronous trasport.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
ClientSynchroMessageConnectionImpl(MessageConnection mc,
SynchroCallback cb,
Map env) |
ServerSynchroMessageConnectionImpl(MessageConnection mc,
Map env) |
| Modifier and Type | Method and Description |
|---|---|
MessageConnection |
AdminServer.connectionOpen(MessageConnection mc) |
MessageConnection |
AdminClient.connectionOpen(MessageConnection mc) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
SocketConnection
This class uses TCP sockets to implement a JMX client MessageConnection.
|
| Modifier and Type | Method and Description |
|---|---|
MessageConnection |
SocketConnectionServer.accept() |
| Modifier and Type | Method and Description |
|---|---|
MessageConnection |
MessageConnectionServer.accept()
Listens for a connection to be made to this server and
accepts it.
|
Copyright © 2019 Terracotta, Inc.. All rights reserved.