TPTP 4.3.0 Monitoring Tools Project
Internal API Specification

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

java.lang.Object
  extended byorg.eclipse.tptp.monitoring.managedagent.jmx.internal.configuration.ServerConnectionManager

public class ServerConnectionManager
extends java.lang.Object

The manager class for IServerConnection.

Since:
TPTP 4.3

Constructor Summary
ServerConnectionManager()
           
 
Method Summary
static IServerConnection get(java.lang.String serverType)
          Gets the connection instance of the specified type.
static java.lang.String[] getServerTypes()
          Gets all supported types
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerConnectionManager

public ServerConnectionManager()
Method Detail

get

public static IServerConnection get(java.lang.String serverType)
Gets the connection instance of the specified type.

Parameters:
serverType - The connection type
Returns:
The server connection

getServerTypes

public static java.lang.String[] getServerTypes()
Gets all supported types

Returns:
An array including the supported types

TPTP 4.3.0 Monitoring Tools Project
Internal API Specification