com.ibm.retail.AEF.automation
Interface Operator

All Superinterfaces:
java.rmi.Remote

public interface Operator
extends java.rmi.Remote

Represents an operator who is logged onto an Application.


Method Summary
 com.ibm.retail.AEF.automation.OperatorAuthorization getAuthorization()
          Returns the authorization object of the operator as determined by auhtorization settings in the POS application.
 com.ibm.retail.AEF.automation.OperatorInfo getInfo()
          Returns the information for the operator as determined by the POS application.
 

Method Detail

getInfo

public com.ibm.retail.AEF.automation.OperatorInfo getInfo()
                                                   throws java.rmi.RemoteException
Returns the information for the operator as determined by the POS application.

Returns:
OperatorInfo
Throws:
java.rmi.RemoteException

getAuthorization

public com.ibm.retail.AEF.automation.OperatorAuthorization getAuthorization()
                                                                     throws java.rmi.RemoteException
Returns the authorization object of the operator as determined by auhtorization settings in the POS application.

Returns:
OperatorAuthorization The authorization privileges of the operator
Throws:
java.rmi.RemoteException


Copyright © 2004 IBM. All Rights Reserved.
Generated: July 19 2004