org.echarts.servlet.sip.appRouter.DFCRouterImpl
Class Subscription

java.lang.Object
  extended by org.echarts.servlet.sip.appRouter.DFCRouterImpl.Subscription

public class Subscription
extends java.lang.Object

This class is a wrapper for the set of applications that make up a subscription.

Author:
khp

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

Subscription

public Subscription()
Constructor to build an empty Subscription object

Method Detail

addApplications

public void addApplications(java.util.Vector<Application> v)
Add a vector of Application objects to a Subscription object.


size

public int size()
Determine the size of a Subscription object.

Returns:
size the number of applications in this subscription

getApplications

public java.util.Vector<Application> getApplications()
Get the vector of applications associated with this Subscription object

Returns:
Vector of applications