com.webobjects.jndiadaptor
Interface JNDIPlugIn.ChannelOperation
- Enclosing class:
- JNDIPlugIn
public static interface JNDIPlugIn.ChannelOperation
The ChannelOperation
interface encapsulates an operation to be performed in the JNDIChannel.
performOperation
Object performOperation()
- Performs an operation in a JNDIChannel. In code that uses the Java Authentication and Authorization Service, one can invoke performOperation on a ChannelOperation from the run method of the class that implements java.security.PrivilegedAction. In the JAAS model, one must write code for
the privileged action.
- Returns:
- the result of the operation
- See Also:
JNDIChannel
,
PrivilegedAction
Copyright © 2000-2008 Apple Inc.