org.mobicents.slee.service.httpservletra.example
Class HttpServletRAExampleSbb

java.lang.Object
  extended by org.mobicents.slee.service.httpservletra.example.HttpServletRAExampleSbb
All Implemented Interfaces:
javax.slee.Sbb

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


Constructor Summary
HttpServletRAExampleSbb()
           
 
Method Summary
 void onActivityEndEvent(javax.slee.ActivityEndEvent event, javax.slee.ActivityContextInterface aci)
           
 void onDelete(net.java.slee.resource.http.events.HttpServletRequestEvent event, javax.slee.ActivityContextInterface aci)
           
 void onGet(net.java.slee.resource.http.events.HttpServletRequestEvent event, javax.slee.ActivityContextInterface aci)
           
 void onOptions(net.java.slee.resource.http.events.HttpServletRequestEvent event, javax.slee.ActivityContextInterface aci)
           
 void onPost(net.java.slee.resource.http.events.HttpServletRequestEvent event, javax.slee.ActivityContextInterface aci)
           
 void onPut(net.java.slee.resource.http.events.HttpServletRequestEvent event, javax.slee.ActivityContextInterface aci)
           
 void onTrace(net.java.slee.resource.http.events.HttpServletRequestEvent event, 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 context)
           
 void unsetSbbContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpServletRAExampleSbb

public HttpServletRAExampleSbb()
Method Detail

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 context)
Specified by:
setSbbContext in interface javax.slee.Sbb

unsetSbbContext

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

onPost

public void onPost(net.java.slee.resource.http.events.HttpServletRequestEvent event,
                   javax.slee.ActivityContextInterface aci)

onGet

public void onGet(net.java.slee.resource.http.events.HttpServletRequestEvent event,
                  javax.slee.ActivityContextInterface aci)

onPut

public void onPut(net.java.slee.resource.http.events.HttpServletRequestEvent event,
                  javax.slee.ActivityContextInterface aci)

onDelete

public void onDelete(net.java.slee.resource.http.events.HttpServletRequestEvent event,
                     javax.slee.ActivityContextInterface aci)

onOptions

public void onOptions(net.java.slee.resource.http.events.HttpServletRequestEvent event,
                      javax.slee.ActivityContextInterface aci)

onTrace

public void onTrace(net.java.slee.resource.http.events.HttpServletRequestEvent event,
                    javax.slee.ActivityContextInterface aci)

onActivityEndEvent

public void onActivityEndEvent(javax.slee.ActivityEndEvent event,
                               javax.slee.ActivityContextInterface aci)


Copyright © 2009. All Rights Reserved.