com.sap.aii.af.service.administration.api.monitoring
Class ChannelStatus
java.lang.Object
com.sap.aii.af.service.administration.api.monitoring.ChannelStatus
- All Implemented Interfaces:
- Serializable
public abstract class ChannelStatus
- extends Object
- implements Serializable
A representation of an adapter channel's runtime status. Instances of this
abstract class can be obtained using ChannelStatusFactory.
- See Also:
- Serialized Form
|
Method Summary |
abstract Channel |
getChannel()
Retrieves the CPA channel object associated with this channel runtime
status. |
abstract String |
getMessage()
Retrieves a description of this runtime status. |
abstract ChannelState |
getState()
Determines the state associated with this runtime status. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChannelStatus
public ChannelStatus()
getChannel
public abstract Channel getChannel()
- Retrieves the CPA channel object associated with this channel runtime
status.
- Returns:
- the
Channel object referencing the channel this runtime
status applies to
getMessage
public abstract String getMessage()
- Retrieves a description of this runtime status.
- Returns:
- a message associated with this runtime status
getState
public abstract ChannelState getState()
- Determines the state associated with this runtime status.
- Returns:
- the
ChannelState of this runtime status
This class can be accessed from:
|
SC
|
DC
|
Public Part
|
ACH
|
[sap.com] SAP_XIAF
|
[sap.com] com.sap.aii.af.svc.facade
|
api
|
BC-XI
|
Copyright 2011 SAP AG Complete Copyright Notice