org.enhydra.shark.corba.poa
Class WfDataEventAuditCORBA

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.WorkflowModel.WfDataEventAuditPOA
          extended byorg.enhydra.shark.corba.poa.WfDataEventAuditCORBA
All Implemented Interfaces:
BaseBusinessObjectOperations, org.omg.CORBA.portable.InvokeHandler, WfDataEventAuditOperations, WfEventAuditOperations

public class WfDataEventAuditCORBA
extends WfDataEventAuditPOA

WfDataEventAuditImpl - Workflow Event Audit implementation


Constructor Summary
protected WfDataEventAuditCORBA(org.omg.CORBA.ORB orb, Collective toJoin, WfDataEventAudit ea)
           
 
Method Summary
 java.lang.String activity_key()
           
 java.lang.String activity_name()
           
 java.lang.String event_type()
           
 NameValue[] new_data()
           
 NameValue[] old_data()
           
 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.WfDataEventAuditPOA
_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

WfDataEventAuditCORBA

protected WfDataEventAuditCORBA(org.omg.CORBA.ORB orb,
                                Collective toJoin,
                                WfDataEventAudit 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_data

public NameValue[] old_data()
                     throws BaseException
Throws:
BaseException

new_data

public NameValue[] new_data()
                     throws BaseException
Throws:
BaseException