org.exolab.jms.net.connector
Interface InvocationHandler

All Known Implementing Classes:
ContextInvocationHandler

public interface InvocationHandler

An InvocationHandler performs method invocations.

Version:
$Revision: 1.2 $ $Date: 2005/06/04 14:42:08 $
Author:
Tim Anderson

Method Summary
 void invoke(Invocation invocation)
          Perform an invocation.
 

Method Detail

invoke

public void invoke(Invocation invocation)
Perform an invocation.
Parameters:
invocation - the invocation


Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.