org.jboss.test.txiiop.interfaces
Interface StatefulSession
- All Superinterfaces:
- EJBObject (src) , java.rmi.Remote
- public interface StatefulSession
- extends EJBObject (src)
Interface StatefulSession
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