|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.echarts.servlet.sip.appRouter.DFCRouterImpl.Subscription
public class Subscription
This class is a wrapper for the set of applications that make up a subscription.
Constructor Summary | |
---|---|
Subscription()
Constructor to build an empty Subscription object |
Method Summary | |
---|---|
void |
addApplications(java.util.Vector<Application> v)
Add a vector of Application objects to a Subscription object. |
java.util.Vector<Application> |
getApplications()
Get the vector of applications associated with this Subscription object |
int |
size()
Determine the size of a Subscription object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Subscription()
Method Detail |
---|
public void addApplications(java.util.Vector<Application> v)
public int size()
public java.util.Vector<Application> getApplications()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |