quamj.qps.plugins.oci_qiop.control
Class PerformanceDetector

java.lang.Object
  |
  +--org.omg.CORBA.LocalObject
        |
        +--quamj.qps.control.AbstractDetector
              |
              +--quamj.qps.plugins.oci_qiop.control.PerformanceDetector
All Implemented Interfaces:
org.omg.CORBA.Object

public class PerformanceDetector
extends AbstractDetector


Field Summary
static int DEFAULT_LOCAL_MSG_SIZE
           
static int DEFAULT_REMOTE_MSG_SIZE
           
static int REPLY_CONST
           
static int REQUEST_CONST
           
 
Fields inherited from class quamj.qps.control.AbstractDetector
callBack_, collector_, nsid_
 
Constructor Summary
PerformanceDetector(N_S_ID_TYPE nsid, SensorCollector coll, quamj.qps.control.QoSCallBack cb)
           
 
Method Summary
 void _intialize(org.omg.CORBA.ORB orb)
           
 QoSAdapter getAdapter()
           
 int getLocalMsgSize()
           
 int getRemoteMsgSize()
           
 void processData(java.lang.Object data)
           
 
Methods inherited from class quamj.qps.control.AbstractDetector
getCallBack, getCollector, startDetecting, stopDetecting
 
Methods inherited from class org.omg.CORBA.LocalObject
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REQUEST_CONST

public static final int REQUEST_CONST
See Also:
Constant Field Values

REPLY_CONST

public static final int REPLY_CONST
See Also:
Constant Field Values

DEFAULT_LOCAL_MSG_SIZE

public static final int DEFAULT_LOCAL_MSG_SIZE
See Also:
Constant Field Values

DEFAULT_REMOTE_MSG_SIZE

public static final int DEFAULT_REMOTE_MSG_SIZE
See Also:
Constant Field Values
Constructor Detail

PerformanceDetector

public PerformanceDetector(N_S_ID_TYPE nsid,
                           SensorCollector coll,
                           quamj.qps.control.QoSCallBack cb)
Method Detail

_intialize

public void _intialize(org.omg.CORBA.ORB orb)
Specified by:
_intialize in class AbstractDetector

getAdapter

public QoSAdapter getAdapter()
Specified by:
getAdapter in class AbstractDetector

processData

public void processData(java.lang.Object data)
Specified by:
processData in class AbstractDetector

getLocalMsgSize

public int getLocalMsgSize()

getRemoteMsgSize

public int getRemoteMsgSize()