WebLogic Integration


com.bea.wlpi.server.audit
Interface Audit


public interface Audit
extends javax.ejb.EJBObject

Provides workflow auditing and error reporting facilities.

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.
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 Integration

WebLogic Integration (WLI)