Uses of Interface
net.dpml.transit.model.ProxyModel

Packages that use ProxyModel
net.dpml.transit The transit package contains the primary runtime classes within the Transit resource management system. 
net.dpml.transit.model The model package contains a set of interfaces that define an active configuration model. 
 

Uses of ProxyModel in net.dpml.transit
 

Methods in net.dpml.transit that return ProxyModel
 ProxyModel DefaultTransitModel.getProxyModel()
          Return the proxy configuration model.
 

Uses of ProxyModel in net.dpml.transit.model
 

Methods in net.dpml.transit.model that return ProxyModel
 ProxyModel ProxyEvent.getProxyModel()
          Return the proxy model that is the subject of change.
 ProxyModel TransitModel.getProxyModel()
          Return the proxy model.
 

Constructors in net.dpml.transit.model with parameters of type ProxyModel
ProxyEvent(ProxyModel model, RequestIdentifier identifier, PasswordAuthentication auth, String[] excludes)
          Creation of a new ProxyEvent.