org.mobicents.slee.sipevent.server.subscription
Interface FlatListMakerSbbLocalObject

All Superinterfaces:
javax.slee.SbbLocalObject, org.mobicents.slee.xdm.server.XDMClientControlParentSbbLocalObject

public interface FlatListMakerSbbLocalObject
extends org.mobicents.slee.xdm.server.XDMClientControlParentSbbLocalObject


Method Summary
 void makeFlatList(org.openxdm.xcap.client.appusage.rlsservices.jaxb.ServiceType serviceType)
          Makes a flat list from a ServiceType contained list.
 void setParentSbb(FlatListMakerParentSbbLocalObject sbbLocalObject)
          Used to set the call back sbb local object in the sbb implementing this interface.
 
Methods inherited from interface org.mobicents.slee.xdm.server.XDMClientControlParentSbbLocalObject
attributeUpdated, deleteResponse, documentUpdated, elementUpdated, getResponse, putResponse
 
Methods inherited from interface javax.slee.SbbLocalObject
getSbbPriority, isIdentical, remove, setSbbPriority
 

Method Detail

setParentSbb

void setParentSbb(FlatListMakerParentSbbLocalObject sbbLocalObject)
Used to set the call back sbb local object in the sbb implementing this interface. Must be used whenever a new object of this interface is created. An example: ChildRelation childRelation = getChildRelation(); FlatListMakerSbbLocalObject childSbb = (FlatListMakerSbbLocalObject) childRelation.create(); childSbb.setParentSbb( (FlatListMakerParentSbbLocalObject)this.getSbbContext().getSbbLocalObject());

Parameters:
parent -

makeFlatList

void makeFlatList(org.openxdm.xcap.client.appusage.rlsservices.jaxb.ServiceType serviceType)
Makes a flat list from a ServiceType contained list.

Parameters:
serviceType -


Copyright © 2009. All Rights Reserved.