Jetif v1.8.0

jetif.ext.proxy
Interface EJBProxyAgent

All Superinterfaces:
javax.ejb.EJBObject, Remote

public interface EJBProxyAgent
extends javax.ejb.EJBObject

This interface EJBProxyAgent is the EJB interface for the proxy agent bean.
Please refer to information in EJBProxy.

Author:
Vicky Wang
See Also:
EJBProxy

Method Summary
 void close()
           
 void open(String data)
           
 String runCase(String input)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

open

public void open(String data)
          throws RemoteException
Throws:
RemoteException

runCase

public String runCase(String input)
               throws RemoteException
Throws:
RemoteException

close

public void close()
           throws RemoteException
Throws:
RemoteException

Jetif v1.8.0

Copyright © 2004,2005 Vicky Wang - All Rights Reserved.