org.jboss.test.txiiop.interfaces
Interface StatefulSession

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

public interface StatefulSession
extends EJBObject (src)

Interface StatefulSession


Method Summary
 void decCounter()
           
 int getCounter()
           
 void incCounter()
           
 void setCounter(int value)
           
 java.lang.String txMandatoryMethod(java.lang.String msg)
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

incCounter

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

decCounter

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

getCounter

public int getCounter()
               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setCounter

public void setCounter(int value)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

txMandatoryMethod

public java.lang.String txMandatoryMethod(java.lang.String msg)
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException