|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arunta.app.bom.ChannelStatus
public class ChannelStatus
Bean that describes the status of a recorder channel on a Total Recall VR system.
Field Summary | |
---|---|
static int |
IDLE
Indicates that the recording channel is idle. |
static int |
OFF
Indicates that the recording channel is disabled. |
static int |
RECORDING
Indicates that the recording channel is recording a call. |
static int |
RECORDING_NO_MONITOR
Indicates that the recording channel is recording a call; however, monitoring is disabled on this recording channel. |
Constructor Summary | |
---|---|
ChannelStatus()
|
|
ChannelStatus(int status)
|
Method Summary | |
---|---|
int |
getStatus()
|
void |
setStatus(int status)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int OFF
This status is reported for recording channels which have the Trigger Type configuration parameter set to Off
public static final int IDLE
This status is reported for recording channels which are not recording a call; however, they are available to do so if a call is detected.
public static final int RECORDING
public static final int RECORDING_NO_MONITOR
This status is reported for recording channels which are recording a call; however, the recording policy that applies to the current call prevents real-time monitoring of the call being recorded.
Constructor Detail |
---|
public ChannelStatus()
public ChannelStatus(int status)
Method Detail |
---|
public void setStatus(int status)
public int getStatus()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |