com.teraspaces.qwfix
Class FIXEngineRemoteService

java.lang.Object
  extended by com.teraspaces.qwfix.FIXEngineRemoteService

public final class FIXEngineRemoteService
extends Object

Defines the information about a remote management service for a FIXEngine. This class cannot be inherited.


Field Summary
static String ServiceAlertMonitor
          The service name of the QWFIX remote alert monitor service.
static String ServiceEngineManager
          The service name of the QWFIX remote FIX session manager service.
static String ServiceMessageReplicator
          The service name of the QWFIX remote message replicator service.
static String ServicePerformanceMonitor
          The service name of the QWFIX remote performance monitor service.
 
Method Summary
 String getDescription()
          Gets the service description.
 String getName()
          Gets the service name.
 boolean isEnabled()
          Gets a value indicating whether this FIXEngineRemoteService is enabled.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ServiceMessageReplicator

public static final String ServiceMessageReplicator
The service name of the QWFIX remote message replicator service.

See Also:
Constant Field Values

ServicePerformanceMonitor

public static final String ServicePerformanceMonitor
The service name of the QWFIX remote performance monitor service.

See Also:
Constant Field Values

ServiceAlertMonitor

public static final String ServiceAlertMonitor
The service name of the QWFIX remote alert monitor service.

See Also:
Constant Field Values

ServiceEngineManager

public static final String ServiceEngineManager
The service name of the QWFIX remote FIX session manager service.

See Also:
Constant Field Values
Method Detail

getName

public String getName()
Gets the service name.

Returns:
the service name

getDescription

public String getDescription()
Gets the service description.

Returns:
the service description

isEnabled

public boolean isEnabled()
Gets a value indicating whether this FIXEngineRemoteService is enabled.

Returns:
true, if is enabled