|
|||||||||
| Home >> All >> org >> mobicents >> slee >> container >> [ service overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.mobicents.slee.container.service
Class ServicePrepareAction

java.lang.Objectorg.mobicents.slee.container.service.ServicePrepareAction
- All Implemented Interfaces:
- org.mobicents.slee.runtime.transaction.TransactionalAction
- class ServicePrepareAction
- extends java.lang.Object
- implements org.mobicents.slee.runtime.transaction.TransactionalAction
- extends java.lang.Object
This is the transactional action that is registered by the service to synchronize its cache state.
| Field Summary | |
private static org.jboss.logging.Logger |
logger
|
private Service |
service
|
| Constructor Summary | |
ServicePrepareAction(Service service)
|
|
| Method Summary | |
void |
execute()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
service
private Service service
logger
private static org.jboss.logging.Logger logger
| Constructor Detail |
ServicePrepareAction
public ServicePrepareAction(Service service)
| Method Detail |
execute
public void execute()
- Specified by:
executein interfaceorg.mobicents.slee.runtime.transaction.TransactionalAction
|
|||||||||
| Home >> All >> org >> mobicents >> slee >> container >> [ service overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.mobicents.slee.container.service.ServicePrepareAction