WebLogic Process Integrator Version 1.1

com.bea.wlpi.server.audit
Interface Audit


public interface Audit
extends javax.ejb.EJBObject

Provides workflow auditing and error reporting facilities.

See Also:
AuditHome

Method Summary
 void sendMessage(java.lang.String text, java.util.Map props, boolean error)
          Send an audit or error message with user-specified header properties.
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

sendMessage

public void sendMessage(java.lang.String text,
                        java.util.Map props,
                        boolean error)
                 throws java.rmi.RemoteException
Send an audit or error message with user-specified header properties. The system sends the message text to the JMS topic named by the EJB environment entry jms/AuditTopic. If the error parameter is true, the message is also copied to the JMS topic named by the EJB environment entry jms/ErrorTopic.
Parameters:
text - The message text (typically XML, compliant with the audit message document type definition).
props - Header properties.
error - true if this is an error message.
Throws:
java.rmi.RemoteException - if a communications error occurred.

WebLogic Process Integrator Version 1.1

WebLogic and Process Integrator are trademarks of BEA Systems, Inc.
Copyright (c) 2000 BEA Systems, Inc., 8920 Woodbine Avenue, Suite 400,
Markham, Ontario L3R 9W9 Canada. All rights reserved.