HOME

com.ireasoning.core.jmx
Class TL1AdaptorServer

java.lang.Object
  extended bycom.ireasoning.core.jmx.AdaptorServer
      extended bycom.ireasoning.core.jmx.TL1AdaptorServer
All Implemented Interfaces:
AdaptorServerMBean, MBeanRegistration, Runnable, Service, ServiceMBean, State

public class TL1AdaptorServer
extends AdaptorServer

TL1 JMX adaptor


Field Summary
 
Fields inherited from class com.ireasoning.core.jmx.AdaptorServer
_dataHandler, _dataHandlerFactory, _ipAddress, _maxConnections, _mbeaninfo, _mbeanServer, _objectName, _port, _serverSocket, _socketServer, _startTime, _state, _transportLayerType, MAX_CONNECTIONS, RECV_BUF_SIZE, SNMP, TCP, TCP_TL1, TL1, UDP
 
Fields inherited from interface com.ireasoning.core.jmx.State
STARTED, STARTING, STATES, STOPPED, STOPPING, UNINITIALIZED
 
Constructor Summary
TL1AdaptorServer(MBeanServer server, int port, int transportLayerType, com.ireasoning.core.network.DataHandlerFactory handlerFactory)
           
 
Method Summary
 String getProtocol()
          Returns the protocol name
 
Methods inherited from class com.ireasoning.core.jmx.AdaptorServer
getActiveClientCount, getHost, getName, getObjectName, getObjectName, getPort, getServerSocket, getState, getStateString, getUptime, postDeregister, postRegister, preDeregister, preRegister, run, setIpAddress, setMaxConnections, setPort, startService, stopService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TL1AdaptorServer

public TL1AdaptorServer(MBeanServer server,
                        int port,
                        int transportLayerType,
                        com.ireasoning.core.network.DataHandlerFactory handlerFactory)
Method Detail

getProtocol

public String getProtocol()
Description copied from class: AdaptorServer
Returns the protocol name

Specified by:
getProtocol in interface AdaptorServerMBean
Specified by:
getProtocol in class AdaptorServer

HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.