Uses of Interface
com.microfocus.zfe.haapi.ps.OIA
-
Packages that use OIA Package Description com.microfocus.zfe.haapi com.microfocus.zfe.haapi.ps -
-
Uses of OIA in com.microfocus.zfe.haapi
Methods in com.microfocus.zfe.haapi that return OIA Modifier and Type Method Description OIA
Session. getOIA()
Returns the operator information area object (OIA) associated with the session. -
Uses of OIA in com.microfocus.zfe.haapi.ps
Methods in com.microfocus.zfe.haapi.ps that return OIA Modifier and Type Method Description OIA
OIAChangedEvent. getOIA()
OIA
OIAErrorEvent. getOIA()
Constructors in com.microfocus.zfe.haapi.ps with parameters of type OIA Constructor Description OIAChangedEvent(OIA oia, Set<OIAStatus> currentStatus, int progErrorCode, int commErrorCode)
Creates a new instance of the OIA changed event.OIAErrorEvent(OIA oia, OIAException error)
Creates a new instance of OIAErrorEvent.
-