com.bea.wlcp.wlng.api.interceptor
Class InterceptionPoint
java.lang.Object
java.lang.Enum
com.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.
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
valueOf
public static InterceptionPoint valueOf(String name)
values
public static InterceptionPoint[] values()