Class runParCMSMon

java.lang.Object
  |
  +--runParCMSMon

public class runParCMSMon
extends java.lang.Object
implements RTIComponent


Field Summary
(package private)  CMSFrame cms
           
(package private)  int collectUdpPort
           
(package private)  RTIContext ctx
           
(package private)  int gPortNumber
           
(package private)  java.lang.String mCastAddress
           
(package private)  java.lang.String name
           
 
Constructor Summary
runParCMSMon()
           
 
Method Summary
 void activated()
           
 void created()
           
 void deactivated()
           
(package private)  void processProperties()
           
 void removed()
           
 void setContext(RTIContext cnt)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

name

java.lang.String name

cms

CMSFrame cms

mCastAddress

java.lang.String mCastAddress

gPortNumber

int gPortNumber

collectUdpPort

int collectUdpPort

ctx

RTIContext ctx
Constructor Detail

runParCMSMon

public runParCMSMon()
Method Detail

setContext

public void setContext(RTIContext cnt)
Specified by:
setContext in interface RTIComponent

created

public void created()
Specified by:
created in interface RTIComponent

activated

public void activated()
Specified by:
activated in interface RTIComponent

deactivated

public void deactivated()
Specified by:
deactivated in interface RTIComponent

removed

public void removed()
Specified by:
removed in interface RTIComponent

processProperties

void processProperties()