BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.security.providers.authorization
Class AuditBaseEventImpl

java.lang.Object
  |
  +--weblogic.security.providers.authorization.AuditBaseEventImpl
Direct Known Subclasses:
AuditPolicyEventImpl, AuditPredicateEventImpl, AuditRoleEventImpl

public class AuditBaseEventImpl
extends java.lang.Object
implements AuditEvent, AuditContext

Author:
Copyright © 2002 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
AuditBaseEventImpl(AuditSeverity severity, java.lang.String eventType)
           
 
Method Summary
 ContextHandler getContext()
           
 java.lang.String getEventType()
           
 java.lang.Exception getFailureException()
           
 AuditSeverity getSeverity()
           
 void setContext(ContextHandler context)
           
 void setFailureException(java.lang.Exception exception)
           
 java.lang.String toString()
           
protected  void writeAttributes(java.lang.StringBuffer buf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuditBaseEventImpl

public AuditBaseEventImpl(AuditSeverity severity,
                          java.lang.String eventType)
Method Detail

setFailureException

public void setFailureException(java.lang.Exception exception)


getFailureException

public java.lang.Exception getFailureException()
Specified by:
getFailureException in interface AuditEvent


getSeverity

public AuditSeverity getSeverity()
Specified by:
getSeverity in interface AuditEvent


getEventType

public java.lang.String getEventType()
Specified by:
getEventType in interface AuditEvent


setContext

public void setContext(ContextHandler context)


getContext

public ContextHandler getContext()
Specified by:
getContext in interface AuditContext


toString

public java.lang.String toString()
Specified by:
toString in interface AuditEvent

Overrides:
toString in class java.lang.Object

writeAttributes

protected void writeAttributes(java.lang.StringBuffer buf)


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81b