org.jboss.test.cmp2.cacheinvalidation.ejb
Interface Facade

All Superinterfaces:
EJBObject (src) , java.rmi.Remote

public interface Facade
extends EJBObject (src)


Method Summary
 java.lang.String readFirstName(java.lang.String jndiName, java.lang.Long id)
           
 java.lang.String readRelatedAFirstName(java.lang.String jndiName, java.lang.Long id)
           
 void removeA(java.lang.String jndiName, java.lang.Long id)
           
 void setup()
           
 void tearDown()
           
 void writeFirstName(java.lang.String jndiName, java.lang.Long id, java.lang.String name)
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

setup

public void setup()
           throws java.lang.Exception,
                  java.rmi.RemoteException
Throws:
java.lang.Exception
java.rmi.RemoteException

tearDown

public void tearDown()
              throws java.lang.Exception,
                     java.rmi.RemoteException
Throws:
java.lang.Exception
java.rmi.RemoteException

readFirstName

public java.lang.String readFirstName(java.lang.String jndiName,
                                      java.lang.Long id)
                               throws java.lang.Exception,
                                      java.rmi.RemoteException
Throws:
java.lang.Exception
java.rmi.RemoteException

writeFirstName

public void writeFirstName(java.lang.String jndiName,
                           java.lang.Long id,
                           java.lang.String name)
                    throws java.lang.Exception,
                           java.rmi.RemoteException
Throws:
java.lang.Exception
java.rmi.RemoteException

readRelatedAFirstName

public java.lang.String readRelatedAFirstName(java.lang.String jndiName,
                                              java.lang.Long id)
                                       throws java.lang.Exception,
                                              java.rmi.RemoteException
Throws:
java.lang.Exception
java.rmi.RemoteException

removeA

public void removeA(java.lang.String jndiName,
                    java.lang.Long id)
             throws java.lang.Exception,
                    java.rmi.RemoteException
Throws:
java.lang.Exception
java.rmi.RemoteException