Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mobicents.slee.container.service
Class ServicePrepareAction  view ServicePrepareAction download ServicePrepareAction.java

java.lang.Object
  extended byorg.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

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:
execute in interface org.mobicents.slee.runtime.transaction.TransactionalAction