|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ASContainerManagedEJB
The Remote Interface Buisness Methods for the ActivitySessions Container Managed CMP Sample.
Method Summary | |
---|---|
int |
getHitCount()
Getter method for hitCount |
int |
getIndex()
Getter method for index |
int |
getValue()
Getter method for value |
void |
incrementHitCount()
Increments the variable hitCount |
void |
setValue(int newValue)
Setter method for value |
Methods inherited from interface javax.ejb.EJBObject |
---|
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
Method Detail |
---|
int getIndex() throws java.rmi.RemoteException
java.rmi.RemoteException
- Signals that a Remote exception of
some sort has occurred.int getValue() throws java.rmi.RemoteException
java.rmi.RemoteException
- Signals that a Remote exception of
some sort has occurred.void setValue(int newValue) throws java.rmi.RemoteException
newValue
- int
java.rmi.RemoteException
- Signals that a Remote exception of
some sort has occurred.int getHitCount() throws java.rmi.RemoteException
java.rmi.RemoteException
- Signals that a Remote exception of
some sort has occurred.void incrementHitCount() throws java.rmi.RemoteException
java.rmi.RemoteException
- Signals that a Remote exception of
some sort has occurred.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |