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

All Superinterfaces:
javax.ejb.EJBLocalObject

public interface ICommandConfigurationLocal
extends javax.ejb.EJBLocalObject

Local interface for CommandConfigurationEJB.


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

Method Detail

executeClientHandshake

ICommandClientHandshake executeClientHandshake()
                                               throws CommandException
Execute the client handshake sequence with the command server

Returns:
the command client configuration object from the remote CIS server
Throws:
CommandException