Java javax.management.remote.rmi RMIConnectorServer fields, constructors, methods, implement or subclass

Example usage for Java javax.management.remote.rmi RMIConnectorServer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.management.remote.rmi RMIConnectorServer.

The text is from its open source code.

Field

StringJNDI_REBIND_ATTRIBUTE

Name of the attribute that specifies whether the RMIServer stub that represents an RMI connector server should override an existing stub at the same address.

StringRMI_CLIENT_SOCKET_FACTORY_ATTRIBUTE

Name of the attribute that specifies the RMIClientSocketFactory for the RMI objects created in conjunction with this connector.

StringRMI_SERVER_SOCKET_FACTORY_ATTRIBUTE

Name of the attribute that specifies the RMIServerSocketFactory for the RMI objects created in conjunction with this connector.

Constructor

Method

booleanisActive()
voidstart()

Activates the connector server, that is starts listening for client connections.