Uses of Interface
org.apache.struts.webapp.example.Subscription

Packages that use Subscription
org.apache.struts.webapp.example   
org.apache.struts.webapp.example.memory   
 

Uses of Subscription in org.apache.struts.webapp.example
 

Methods in org.apache.struts.webapp.example that return Subscription
 Subscription User.createSubscription(String host)
          Create and return a new Subscription associated with this User, for the specified host name.
 Subscription User.findSubscription(String host)
          Find and return the Subscription associated with the specified host.
 Subscription[] User.getSubscriptions()
          Find and return all Subscriptions associated with this user.
 

Methods in org.apache.struts.webapp.example with parameters of type Subscription
 void User.removeSubscription(Subscription subscription)
          Remove the specified Subscription from being associated with this User.
 

Uses of Subscription in org.apache.struts.webapp.example.memory
 

Classes in org.apache.struts.webapp.example.memory that implement Subscription
 class MemorySubscription
          Concrete implementation of Subscription for an in-memory database backed by an XML data file.
 

Methods in org.apache.struts.webapp.example.memory that return Subscription
 Subscription MemoryUser.createSubscription(String host)
          Create and return a new Subscription associated with this User, for the specified host name.
 Subscription MemoryUser.findSubscription(String host)
          Find and return the Subscription associated with the specified host.
 Subscription[] MemoryUser.getSubscriptions()
          Find and return all Subscriptions associated with this user.
 

Methods in org.apache.struts.webapp.example.memory with parameters of type Subscription
 void MemoryUser.removeSubscription(Subscription subscription)
          Remove the specified Subscription from being associated with this User.
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.