org.mobicents.slee.service.user.delivery
Class OrderDeliverDateSbb
java.lang.Object
org.mobicents.slee.service.common.CommonSbb
org.mobicents.slee.service.user.delivery.OrderDeliverDateSbb
- All Implemented Interfaces:
- javax.slee.Sbb
public abstract class OrderDeliverDateSbb
- extends CommonSbb
- Author:
- amit.bhayani, baranowb
| Methods inherited from class org.mobicents.slee.service.common.CommonSbb |
getCacheUtility, getMgcpActivityContestInterfaceFactory, getMgcpProvider, getNullACIFactory, getNullActivityFactory, getSbbContext, getSipActivityContextInterfaceFactory, getSipProvider, getSipUtils, sbbActivate, sbbCreate, sbbExceptionThrown, sbbLoad, sbbPassivate, sbbPostCreate, sbbRemove, sbbRolledBack, sbbStore, unsetSbbContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrderDeliverDateSbb
public OrderDeliverDateSbb()
- Creates a new instance of UserSbb
setSbbContext
public void setSbbContext(javax.slee.SbbContext context)
- Description copied from class:
CommonSbb
- implements javax.slee.Sbb Please refer to JSLEE v1.1 Specification, Early
Draft Review Page 54 for further information.
The SLEE invokes this method after a new instance of the SBB abstract
class is created. During this method, an SBB entity has not been assigned
to the SBB object. The SBB object can take advantage of this method to
allocate and initialize state or connect to resources that are to be held
by the SBB object during its lifetime. Such state and resources cannot be
specific to an SBB entity because the SBB object might be reused during
its lifetime to serve multiple SBB entities.
This method indicates a transition from state "DOES NOT EXIST" to
"POOLED" (see page 52)
- Specified by:
setSbbContext in interface javax.slee.Sbb- Overrides:
setSbbContext in class CommonSbb
onOrderCancelled
public void onOrderCancelled(org.mobicents.slee.service.events.CustomEvent event,
javax.slee.ActivityContextInterface ac)
onOrderApproved
public void onOrderApproved(org.mobicents.slee.service.events.CustomEvent event,
javax.slee.ActivityContextInterface ac)
onOrderProcessed
public void onOrderProcessed(org.mobicents.slee.service.events.CustomEvent event,
javax.slee.ActivityContextInterface ac)
onTimerEvent
public void onTimerEvent(javax.slee.facilities.TimerEvent event,
javax.slee.ActivityContextInterface aci)
onNotificationRequestResponse
public void onNotificationRequestResponse(jain.protocol.ip.mgcp.message.NotificationRequestResponse event,
javax.slee.ActivityContextInterface aci)
onNotifyRequest
public void onNotifyRequest(jain.protocol.ip.mgcp.message.Notify event,
javax.slee.ActivityContextInterface aci)
onCreateConnectionResponse
public void onCreateConnectionResponse(jain.protocol.ip.mgcp.message.CreateConnectionResponse event,
javax.slee.ActivityContextInterface aci)
orderIdSelect
public javax.slee.InitialEventSelector orderIdSelect(javax.slee.InitialEventSelector ies)
getCallControlSbbChild
public abstract javax.slee.ChildRelation getCallControlSbbChild()
setCustomEvent
public abstract void setCustomEvent(org.mobicents.slee.service.events.CustomEvent customEvent)
getCustomEvent
public abstract org.mobicents.slee.service.events.CustomEvent getCustomEvent()
setSendBye
public abstract void setSendBye(boolean isBye)
getSendBye
public abstract boolean getSendBye()
setDateAndTime
public abstract void setDateAndTime(java.lang.String dateAndTime)
getDateAndTime
public abstract java.lang.String getDateAndTime()
setTimerID
public abstract void setTimerID(javax.slee.facilities.TimerID value)
getTimerID
public abstract javax.slee.facilities.TimerID getTimerID()
setChildSbbLocalObject
public abstract void setChildSbbLocalObject(CallControlSbbLocalObject childSbbLocalObject)
getChildSbbLocalObject
public abstract CallControlSbbLocalObject getChildSbbLocalObject()
Copyright © 2010. All Rights Reserved.