TPTP 4.3.0 Monitoring Tools Project
Internal API Specification

org.eclipse.tptp.monitoring.managedagent.jmx.internal.configuration
Class JSR160ServerConnection

java.lang.Object
  extended byorg.eclipse.tptp.monitoring.managedagent.jmx.internal.configuration.AbstractServerConnection
      extended byorg.eclipse.tptp.monitoring.managedagent.jmx.internal.configuration.JSR160ServerConnection
All Implemented Interfaces:
IServerConnection

public class JSR160ServerConnection
extends AbstractServerConnection

Represents the connection type which follows the JSR 160 standards, such as SUN's reference implementation, MX4J 2.x and 3.x, etc.

Since:
TPTP 4.3

Field Summary
 
Fields inherited from class org.eclipse.tptp.monitoring.managedagent.jmx.internal.configuration.AbstractServerConnection
params
 
Fields inherited from interface org.eclipse.tptp.monitoring.managedagent.jmx.internal.configuration.IServerConnection
PARAMETER_INITIAL_CONTEXT_FACTORY, PARAMETER_JNDI_NAME, PARAMETER_PASSWORD, PARAMETER_SERVICE_URL, PARAMETER_USERNAME, TYPE_JSR_160, TYPE_MX4J_1
 
Constructor Summary
JSR160ServerConnection()
           
 
Method Summary
 java.lang.String getServerType()
          Returns the connection type of this server
protected  void initialize()
          The concrete subclass must implement this method to initialize the parameters of this server connection type.
 
Methods inherited from class org.eclipse.tptp.monitoring.managedagent.jmx.internal.configuration.AbstractServerConnection
getParameter, hasParameter, setParameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSR160ServerConnection

public JSR160ServerConnection()
Method Detail

getServerType

public java.lang.String getServerType()
Description copied from interface: IServerConnection
Returns the connection type of this server


initialize

protected void initialize()
Description copied from class: AbstractServerConnection
The concrete subclass must implement this method to initialize the parameters of this server connection type.

Specified by:
initialize in class AbstractServerConnection

TPTP 4.3.0 Monitoring Tools Project
Internal API Specification