Uses of Package
net.dpml.transit

Packages that use net.dpml.transit
net.dpml.library Library interfaces. 
net.dpml.library.impl Implementation of the project library supporting module, project and resource managment. 
net.dpml.station.console Station commandline handler. 
net.dpml.transit The transit package contains the primary runtime classes within the Transit resource management system. 
net.dpml.transit.artifact Core protocol handler for uris of the form artifact:[type]/[group]/[name]#[version]
net.dpml.transit.link Protocol handler for uris artifact links. 
net.dpml.transit.model The model package contains a set of interfaces that define an active configuration model. 
net.dpml.transit.monitor A set of classes supporting Transit sub-systems monitoring. 
net.dpml.util Common transit utilities. 
 

Classes in net.dpml.transit used by net.dpml.library
Artifact
          A utility class the handles validation of artifact style uri strings.
 

Classes in net.dpml.transit used by net.dpml.library.impl
Artifact
          A utility class the handles validation of artifact style uri strings.
 

Classes in net.dpml.transit used by net.dpml.station.console
Disposable
          The Disposable interface is implemented by a disposable sub-system within Transit.
 

Classes in net.dpml.transit used by net.dpml.transit
Artifact
          A utility class the handles validation of artifact style uri strings.
CacheHandler
          The CacheHandler interface defines the contract for classes capable of supporting the cache management aspects of a transit system.
DefaultModel
          A abstract base class that established an event queue and handles event dispatch operations for listeners declared in classes extending this base class.
DefaultTransitModel
          The DefaultTransitModel class maintains an active configuration of the Transit system.
Disposable
          The Disposable interface is implemented by a disposable sub-system within Transit.
EnvironmentException
          A simple wrapper exception around exceptions that could occur while accessing environment parameters.
Layout
          A Layout abstracts the decoding process of the location of artifacts in various filesystems.
LayoutRegistry
          A interface supporting access to pluggable content handlers.
NullArgumentException
          Exception thrown when the argument to a method or constructor is null and not handled by the method/constructor/class.
RepositoryException
          Exception to indicate that there was a repository related error.
SecuredTransitContext
          The initial context of the transit system.
Transit
          The Transit class manages the establishment of a singleton transit instance together with a service supporting the deployment of a application plugin and access to transit monitor routers.
TransitAlreadyInitializedException
          Runtime exception throw when an attempt is made to initialize transit when an existing Transit instance is already active.
TransitError
          Critical Transit system error.
TransitException
          Exception to indicate that there was an exception related to the transit protocol.
TransitRuntimeException
          Runtime exception to indicate that there was a transit system error.
UnsupportedSchemeException
          Exception to indicate that the scheme of a supplied uri is not recognized as a member of the artifact family.
 

Classes in net.dpml.transit used by net.dpml.transit.artifact
Artifact
          A utility class the handles validation of artifact style uri strings.
TransitException
          Exception to indicate that there was an exception related to the transit protocol.
 

Classes in net.dpml.transit used by net.dpml.transit.link
NullArgumentException
          Exception thrown when the argument to a method or constructor is null and not handled by the method/constructor/class.
TransitException
          Exception to indicate that there was an exception related to the transit protocol.
 

Classes in net.dpml.transit used by net.dpml.transit.model
NullArgumentException
          Exception thrown when the argument to a method or constructor is null and not handled by the method/constructor/class.
TransitException
          Exception to indicate that there was an exception related to the transit protocol.
 

Classes in net.dpml.transit used by net.dpml.transit.monitor
Artifact
          A utility class the handles validation of artifact style uri strings.
 

Classes in net.dpml.transit used by net.dpml.util
NullArgumentException
          Exception thrown when the argument to a method or constructor is null and not handled by the method/constructor/class.