|
Java API Reference for Oracle Infrastructure Web Services 11 Release 1 (11.1.1) E10654-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.webservices.management.InterceptorScope
public final class InterceptorScope
An enumeration for describing interceptor scope.
| Field Summary | |
|---|---|
static InterceptorScope |
GLOBAL"Global" level scope. |
static InterceptorScope |
OPERATION"Operation" level scope. |
static InterceptorScope |
PORT"Port" level scope. |
| Method Summary | |
|---|---|
boolean |
equals(Object object) |
int |
hashCode() |
int |
toCode()Get the identification code for the scope. |
String |
toString()Get the name of the scope. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final InterceptorScope GLOBAL
public static final InterceptorScope PORT
public static final InterceptorScope OPERATION
| Method Detail |
|---|
public final int toCode()
public final String toString()
toString in class Objectpublic final int hashCode()
hashCode in class Objectpublic final boolean equals(Object object)
equals in class Object
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||