com.siebel.rf.offline
Class OfflineEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.siebel.rf.offline.OfflineEvent
All Implemented Interfaces:
java.io.Serializable

public class OfflineEvent
extends java.util.EventObject

The OfflineEvent Class

See Also:
Serialized Form

Field Summary
static int GONE_OFFLINE
           
static int OFFLINE_BRANCH_STANDALONE
           
static int OFFLINE_HOST_UNAVAILABLE
           
static int OFFLINE_IS_ONLINE
           
static int ONLINE_BRANCH_END_OF_DAY
           
 
Constructor Summary
OfflineEvent(java.lang.Object source, int type)
          The OfflineEvent constructor.
 
Method Summary
 int getType()
          Returns type
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

OFFLINE_IS_ONLINE

public static final int OFFLINE_IS_ONLINE

OFFLINE_BRANCH_STANDALONE

public static final int OFFLINE_BRANCH_STANDALONE

OFFLINE_HOST_UNAVAILABLE

public static final int OFFLINE_HOST_UNAVAILABLE

ONLINE_BRANCH_END_OF_DAY

public static final int ONLINE_BRANCH_END_OF_DAY

GONE_OFFLINE

public static final int GONE_OFFLINE
Constructor Detail

OfflineEvent

public OfflineEvent(java.lang.Object source,
                    int type)
The OfflineEvent constructor.
Parameters:
source - Object
online - boolean
type - int If offline provide type either OFFLINE_BRANCH_STANDALONE or OFFLINE_HOST_UNAVAILABLE. If online then type is ignored and set to OFFLINE_IS_ONLINE
Method Detail

getType

public int getType()
Returns type
Returns:
the value of type