WebObjects 5.2.3

com.webobjects.jndiadaptor
Interface JNDIPlugIn.ChannelOperation

Enclosing interface:
JNDIPlugIn

public static interface JNDIPlugIn.ChannelOperation

The ChannelOperation interface encapsulates an operation to be performed in the JNDIChannel.


Method Summary
 Object performOperation()
          Performs an operation in a JNDIChannel.
 

Method Detail

performOperation

public 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

Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.