com.ibm.etill.framework.eventmgr
Class NetMgrEvent

java.lang.Object
  |
  +--com.ibm.etill.framework.eventmgr.PSEvent
        |
        +--com.ibm.etill.framework.eventmgr.NetMgrEvent
All Implemented Interfaces:
EventConstants

public synchronized class NetMgrEvent
extends PSEvent


Fields inherited from interface com.ibm.etill.framework.eventmgr.EventConstants
ACCOUNTNUMBER, BATCH_OBJECT, BATCHNUMBER, CASSETTE_EVENT, CASSETTENAME, COMPONENTNAME, CREDIT_OBJECT, CREDITNUMBER, CURRENTSTATE, DOWN, ENABLED, EVENTLISTENER, EVENTTYPE, FRAMEWORK, HOSTNAME, LISTENERURI, MERCHANT_EVENT, MERCHANTNUMBER, NETMGR_EVENT, OBJECTNAME, ORDER_OBJECT, ORDERDATA1, ORDERDATA2, ORDERDATA3, ORDERDATA4, ORDERDATA5, ORDERNUMBER, PAYMENT_OBJECT, PAYMENTNUMBER, PORTNUMBER, PREVIOUSSTATE, PRIMARYRC, SECONDARYRC, SEPARATOR, SOCKSHOST, SOCKSPORT, STATE_CHANGE_EVENT, STATUS, TIMEGENERATED, TIMEREGISTERED, TRANSACTIONID, UP
 
Constructor Summary
NetMgrEvent(Object, String, String)
           
 
Method Summary
 String getComponentName()
           
 String getStatus()
           
 void setComponentName(String)
           
 String toString()
          Returns a string representation of this event object for tracing purposes.
 
Methods inherited from class com.ibm.etill.framework.eventmgr.PSEvent
getEventType, getSource, getTimestamp, getTimestampAsString, setEventType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NetMgrEvent

public NetMgrEvent(Object,
                   String,
                   String)
Method Detail

setComponentName

public void setComponentName(String)

getComponentName

public String getComponentName()

getStatus

public String getStatus()

toString

public String toString()
Description copied from class: PSEvent
Returns a string representation of this event object for tracing purposes.
Overrides:
toString in class PSEvent
Following copied from class: com.ibm.etill.framework.eventmgr.PSEvent
Returns:
String - a string representation of the key elements of this event object.