org.mobicents.slee.training.example2
Class ChildSbb

java.lang.Object
  extended by org.mobicents.slee.training.example2.CommonSbb
      extended by org.mobicents.slee.training.example2.ChildSbb
All Implemented Interfaces:
javax.slee.Sbb

public abstract class ChildSbb
extends CommonSbb


Constructor Summary
ChildSbb()
          Creates a new instance of BounceSbb
 
Method Summary
abstract  int getNoOfAnyMessages()
           
 void onAnyEvent(org.mobicents.slee.resource.lab.message.MessageEvent event, javax.slee.ActivityContextInterface ac)
          EventHandler method for incoming events of type "AnyEvent".
abstract  void setNoOfAnyMessages(int value)
           
 void synchronousCall()
          Synchronous call using the SbbLocalObject interface
 
Methods inherited from class org.mobicents.slee.training.example2.CommonSbb
getMessageResourceAdaptorSbbInterface, getSbbContext, sbbActivate, sbbCreate, sbbExceptionThrown, sbbLoad, sbbPassivate, sbbPostCreate, sbbRemove, sbbRolledBack, sbbStore, setSbbContext, unsetSbbContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChildSbb

public ChildSbb()
Creates a new instance of BounceSbb

Method Detail

onAnyEvent

public void onAnyEvent(org.mobicents.slee.resource.lab.message.MessageEvent event,
                       javax.slee.ActivityContextInterface ac)
EventHandler method for incoming events of type "AnyEvent". AnyEvent is defined in the deployment descriptor "sbb-jar.xml". This method is invoked by the SLEE if an event of type ANY is received and fired by the resource adaptor.


synchronousCall

public void synchronousCall()
Synchronous call using the SbbLocalObject interface


setNoOfAnyMessages

public abstract void setNoOfAnyMessages(int value)

getNoOfAnyMessages

public abstract int getNoOfAnyMessages()


Copyright © 2008. All Rights Reserved.