com.arunta.app.bom
Class ChannelStatus

java.lang.Object
  extended by com.arunta.app.bom.ChannelStatus
All Implemented Interfaces:
java.io.Serializable

public class ChannelStatus
extends java.lang.Object
implements java.io.Serializable

Bean that describes the status of a recorder channel on a Total Recall VR system.

See Also:
Serialized Form

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

OFF

public static final int OFF
Indicates that the recording channel is disabled.

This status is reported for recording channels which have the Trigger Type configuration parameter set to Off

See Also:
Constant Field Values

IDLE

public static final int IDLE
Indicates that the recording channel is 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.

See Also:
Constant Field Values

RECORDING

public static final int RECORDING
Indicates that the recording channel is recording a call.

See Also:
Constant Field Values

RECORDING_NO_MONITOR

public static final int RECORDING_NO_MONITOR
Indicates that the recording channel is recording a call; however, monitoring is disabled on this recording channel.

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.

See Also:
Constant Field Values
Constructor Detail

ChannelStatus

public ChannelStatus()

ChannelStatus

public ChannelStatus(int status)
Method Detail

setStatus

public void setStatus(int status)

getStatus

public int getStatus()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.