Package com.microfocus.zfe.haapi.ps
Class OIAChangedEvent
- java.lang.Object
-
- com.microfocus.zfe.haapi.ps.OIAChangedEvent
-
public class OIAChangedEvent extends Object
Data carrier for OIA changed events.
-
-
Constructor Summary
Constructors Constructor Description OIAChangedEvent(OIA oia, Set<OIAStatus> currentStatus, int progErrorCode, int commErrorCode)
Creates a new instance of the OIA changed event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCommErrorCode()
OIA
getOIA()
int
getProgErrorCode()
Set<OIAStatus>
getStatus()
String
toString()
-
-
-
Constructor Detail
-
OIAChangedEvent
public OIAChangedEvent(OIA oia, Set<OIAStatus> currentStatus, int progErrorCode, int commErrorCode)
Creates a new instance of the OIA changed event.- Parameters:
oia
- the OIA instance in which the status changedcurrentStatus
- set of OIAStatus values indicating the current stateprogErrorCode
- program error codecommErrorCode
- communication error code
-
-
Method Detail
-
getOIA
public OIA getOIA()
- Returns:
- OIA object that fired this event.
-
getProgErrorCode
public int getProgErrorCode()
- Returns:
- host program error code.
-
getCommErrorCode
public int getCommErrorCode()
- Returns:
- host communication error code.
-
-