Oracle Corporation

com.bea.wlcp.wlng.api.interceptor
Class InterceptionPoint

java.lang.Object
  extended byjava.lang.Enum
      extended bycom.bea.wlcp.wlng.api.interceptor.InterceptionPoint
All Implemented Interfaces:
Comparable, Serializable

public final class InterceptionPoint
extends Enum

Indicates the available positions where the interceptors can be invoked.

See Also:
Serialized Form
Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.

Field Summary
static InterceptionPoint MO_NORTH
          Before invoking the application from the north interface of the plugin
static InterceptionPoint MT_NORTH
          Before invoking the north interface of the plugin
 
Method Summary
static InterceptionPoint valueOf(String name)
           
static InterceptionPoint[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

MO_NORTH

public static final InterceptionPoint MO_NORTH
Before invoking the application from the north interface of the plugin


MT_NORTH

public static final InterceptionPoint MT_NORTH
Before invoking the north interface of the plugin

Method Detail

valueOf

public static InterceptionPoint valueOf(String name)

values

public static InterceptionPoint[] values()

Oracle Corporation