BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.security.spi
Class AuditLifecycleEvent.AuditLifecycleEventType

java.lang.Object
  extended byweblogic.security.spi.AuditLifecycleEvent.AuditLifecycleEventType
Enclosing class:
AuditLifecycleEvent

public static class AuditLifecycleEvent.AuditLifecycleEventType
extends Object

The AuditLifecycleEventType class describes the audit service lifecycle event types that are supported.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Field Summary
static AuditLifecycleEvent.AuditLifecycleEventType START_AUDIT
          Represents the "start audit" lifecycle type.
static AuditLifecycleEvent.AuditLifecycleEventType STOP_AUDIT
          Represents the "stop audit" lifecycle type.
 
Method Summary
 String toString()
          Returns the event type associated with this AuditLifecycleEventType, represented as a String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

START_AUDIT

public static final AuditLifecycleEvent.AuditLifecycleEventType START_AUDIT
Represents the "start audit" lifecycle type.


STOP_AUDIT

public static final AuditLifecycleEvent.AuditLifecycleEventType STOP_AUDIT
Represents the "stop audit" lifecycle type.

Method Detail

toString

public String toString()
Returns the event type associated with this AuditLifecycleEventType, represented as a String.

Returns:
this event type, represented as a String.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.