com.stellent.cis.client.command.ejb.configuration
Interface ICommandConfigurationRemote

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface ICommandConfigurationRemote
extends javax.ejb.EJBObject

Remote interface for CommandConfigurationEJB.


Method Summary
 ICommandClientHandshake executeClientHandshake()
          Execute the client handshake sequence with the command server
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

executeClientHandshake

ICommandClientHandshake executeClientHandshake()
                                               throws CommandException,
                                                      java.rmi.RemoteException
Execute the client handshake sequence with the command server

Returns:
the command client configuration object from the remote CIS server
Throws:
CommandException
java.rmi.RemoteException