Uses of Class
org.apache.ldap.server.invocation.Invocation

Packages that use Invocation
org.apache.ldap.server.invocation   
 

Uses of Invocation in org.apache.ldap.server.invocation
 

Methods in org.apache.ldap.server.invocation that return Invocation
 Invocation[] InvocationStack.toArray()
          Returns an array of Invocations.
 Invocation InvocationStack.peek()
          Returns the latest invocation.
 Invocation InvocationStack.pop()
          Pops the latest invocation from this stack.
 

Methods in org.apache.ldap.server.invocation with parameters of type Invocation
 void InvocationStack.push(Invocation invocation)
          Pushes the specified invocation to this stack.
 



Copyright © 2002-2005 . All Rights Reserved.