org.apache.ldap.server.invocation
Class Invocation

java.lang.Object
  extended byorg.apache.ldap.server.invocation.Invocation

public class Invocation
extends java.lang.Object

Represents a call from JNDI Context to ContextPartitionNexus.

Version:
$Rev: 264732 $, $Date: 2005-08-30 04:04:51 -0400 (Tue, 30 Aug 2005) $
Author:
Apache Directory Project

Constructor Summary
Invocation(javax.naming.Context caller, java.lang.String name)
          Creates a new instance that represents an invocation without parameters.
Invocation(javax.naming.Context caller, java.lang.String name, java.lang.Object[] parameters)
          Creates a new instance.
 
Method Summary
 javax.naming.Context getCaller()
          Returns the JNDI Context which made this invocation.
 java.lang.String getName()
          Returns the name of the called method.
 java.util.List getParameters()
          Returns the list of parameters parameters passed to the called method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Invocation

public Invocation(javax.naming.Context caller,
                  java.lang.String name)
Creates a new instance that represents an invocation without parameters.

Parameters:
name - the name of the called method

Invocation

public Invocation(javax.naming.Context caller,
                  java.lang.String name,
                  java.lang.Object[] parameters)
Creates a new instance.

Parameters:
name - the name of the called method
parameters - the array of parameters passed to the called method
Method Detail

getCaller

public javax.naming.Context getCaller()
Returns the JNDI Context which made this invocation.


getName

public java.lang.String getName()
Returns the name of the called method.


getParameters

public java.util.List getParameters()
Returns the list of parameters parameters passed to the called method.



Copyright © 2002-2005 . All Rights Reserved.