org.jboss.test.cmp2.cmrtransaction.interfaces
Interface TreeFacade

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

public interface TreeFacade
extends EJBObject (src)


Method Summary
 void createNodes()
           
 void rearrangeNodes()
           
 void setup()
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

setup

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

createNodes

public void createNodes()
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

rearrangeNodes

public void rearrangeNodes()
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException