org.mobicents.slee.example.refer
Class SimpleReferTestSbb

java.lang.Object
  extended by org.mobicents.slee.example.refer.SimpleReferTestSbb
All Implemented Interfaces:
javax.slee.Sbb

public abstract class SimpleReferTestSbb
extends java.lang.Object
implements javax.slee.Sbb


Constructor Summary
SimpleReferTestSbb()
           
 
Method Summary
 void onAckEvent(javax.sip.RequestEvent ack, javax.slee.ActivityContextInterface aci)
           
 void onInformationalEvent(javax.sip.ResponseEvent event, javax.slee.ActivityContextInterface aci)
           
 void onInviteEvent(javax.sip.RequestEvent requestEvent, javax.slee.ActivityContextInterface aci)
           
 void onReferEvent(javax.sip.RequestEvent refer, javax.slee.ActivityContextInterface aci)
           
 void onSuccessEvent(javax.sip.ResponseEvent event, javax.slee.ActivityContextInterface aci)
           
 void onTerminationEvent(javax.sip.RequestEvent requestEvent, javax.slee.ActivityContextInterface aci)
           
 void sbbActivate()
           
 void sbbCreate()
           
 void sbbExceptionThrown(java.lang.Exception arg0, java.lang.Object arg1, javax.slee.ActivityContextInterface arg2)
           
 void sbbLoad()
           
 void sbbPassivate()
           
 void sbbPostCreate()
           
 void sbbRemove()
           
 void sbbRolledBack(javax.slee.RolledBackContext arg0)
           
 void sbbStore()
           
 void setSbbContext(javax.slee.SbbContext arg0)
           
 void unsetSbbContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleReferTestSbb

public SimpleReferTestSbb()
Method Detail

onInviteEvent

public void onInviteEvent(javax.sip.RequestEvent requestEvent,
                          javax.slee.ActivityContextInterface aci)

onAckEvent

public void onAckEvent(javax.sip.RequestEvent ack,
                       javax.slee.ActivityContextInterface aci)

onReferEvent

public void onReferEvent(javax.sip.RequestEvent refer,
                         javax.slee.ActivityContextInterface aci)

onInformationalEvent

public void onInformationalEvent(javax.sip.ResponseEvent event,
                                 javax.slee.ActivityContextInterface aci)

onSuccessEvent

public void onSuccessEvent(javax.sip.ResponseEvent event,
                           javax.slee.ActivityContextInterface aci)

onTerminationEvent

public void onTerminationEvent(javax.sip.RequestEvent requestEvent,
                               javax.slee.ActivityContextInterface aci)

sbbActivate

public void sbbActivate()
Specified by:
sbbActivate in interface javax.slee.Sbb

sbbCreate

public void sbbCreate()
               throws javax.slee.CreateException
Specified by:
sbbCreate in interface javax.slee.Sbb
Throws:
javax.slee.CreateException

sbbExceptionThrown

public void sbbExceptionThrown(java.lang.Exception arg0,
                               java.lang.Object arg1,
                               javax.slee.ActivityContextInterface arg2)
Specified by:
sbbExceptionThrown in interface javax.slee.Sbb

sbbLoad

public void sbbLoad()
Specified by:
sbbLoad in interface javax.slee.Sbb

sbbPassivate

public void sbbPassivate()
Specified by:
sbbPassivate in interface javax.slee.Sbb

sbbPostCreate

public void sbbPostCreate()
                   throws javax.slee.CreateException
Specified by:
sbbPostCreate in interface javax.slee.Sbb
Throws:
javax.slee.CreateException

sbbRemove

public void sbbRemove()
Specified by:
sbbRemove in interface javax.slee.Sbb

sbbRolledBack

public void sbbRolledBack(javax.slee.RolledBackContext arg0)
Specified by:
sbbRolledBack in interface javax.slee.Sbb

sbbStore

public void sbbStore()
Specified by:
sbbStore in interface javax.slee.Sbb

setSbbContext

public void setSbbContext(javax.slee.SbbContext arg0)
Specified by:
setSbbContext in interface javax.slee.Sbb

unsetSbbContext

public void unsetSbbContext()
Specified by:
unsetSbbContext in interface javax.slee.Sbb


Copyright © 2009. All Rights Reserved.