org.enhydra.shark.corba.poa
Class WfStateEventAuditCORBA

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.omg.WorkflowModel.WfStateEventAuditPOA
          extended by org.enhydra.shark.corba.poa.WfStateEventAuditCORBA
All Implemented Interfaces:
org.omg.CORBA.portable.InvokeHandler, BaseBusinessObjectOperations, WfEventAuditOperations, WfStateEventAuditOperations

public class WfStateEventAuditCORBA
extends WfStateEventAuditPOA

WfStateEventAuditImpl - Workflow Event Audit implementation


Constructor Summary
protected WfStateEventAuditCORBA(Collective toJoin, WfStateEventAudit ea)
           
 
Method Summary
 java.lang.String activity_key()
           
 java.lang.String activity_name()
           
 java.lang.String event_type()
           
 java.lang.String new_state()
           
 java.lang.String old_state()
           
 java.lang.String process_key()
           
 java.lang.String process_mgr_name()
           
 java.lang.String process_mgr_version()
           
 java.lang.String process_name()
           
 WfExecutionObject source()
           
 org.omg.TimeBase.UtcT time_stamp()
           
 
Methods inherited from class org.omg.WorkflowModel.WfStateEventAuditPOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WfStateEventAuditCORBA

protected WfStateEventAuditCORBA(Collective toJoin,
                                 WfStateEventAudit ea)
Method Detail

source

public WfExecutionObject source()
                         throws BaseException,
                                SourceNotAvailable
Throws:
BaseException
SourceNotAvailable

time_stamp

public org.omg.TimeBase.UtcT time_stamp()
                                 throws BaseException
Throws:
BaseException

event_type

public java.lang.String event_type()
                            throws BaseException
Throws:
BaseException

activity_key

public java.lang.String activity_key()
                              throws BaseException
Throws:
BaseException

activity_name

public java.lang.String activity_name()
                               throws BaseException
Throws:
BaseException

process_key

public java.lang.String process_key()
                             throws BaseException
Throws:
BaseException

process_name

public java.lang.String process_name()
                              throws BaseException
Throws:
BaseException

process_mgr_name

public java.lang.String process_mgr_name()
                                  throws BaseException
Throws:
BaseException

process_mgr_version

public java.lang.String process_mgr_version()
                                     throws BaseException
Throws:
BaseException

old_state

public java.lang.String old_state()
                           throws BaseException
Throws:
BaseException

new_state

public java.lang.String new_state()
                           throws BaseException
Throws:
BaseException