com.siebel.rf.offline.branch.client
Interface OfflineClient

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
OfflineClientImpl

public interface OfflineClient
extends java.rmi.Remote

The offlineClient interface


Field Summary
static int BRANCH_OFFLINE
           
static int HOST_OFFLINE
           
static int ONLINE
           
 
Method Summary
 void registerWithRMIServer()
          Register the Client with Branch Server RMI application.
 void setOnlineStatus(int onlineStatus)
          Sets online status
 

Field Detail

ONLINE

public static final int ONLINE

BRANCH_OFFLINE

public static final int BRANCH_OFFLINE

HOST_OFFLINE

public static final int HOST_OFFLINE
Method Detail

registerWithRMIServer

public void registerWithRMIServer()
                           throws java.rmi.RemoteException
Register the Client with Branch Server RMI application.
Throws:
java.rmi.RemoteException - This exception is thrown if remote method not invoked

setOnlineStatus

public void setOnlineStatus(int onlineStatus)
                     throws java.rmi.RemoteException
Sets online status
Parameters:
onlineStatus - int
Throws:
java.rmi.RemoteException - This exception is thrown if remote method not invoked