A B C D E F G H I L M N O P R S T U V W

A

Action - Interface in net.dpml.state
Interface marking a a direct or implict actionable instance.
Activation - Annotation Type in net.dpml.annotation
Component activation policy annotation.
ActivationPolicy - Enum in net.dpml.annotation
Activation policy.
addApplianceListener(ApplianceListener) - Method in interface net.dpml.appliance.Appliance
Add an appliance listener to the appliance.
addComponentListener(ComponentListener) - Method in interface net.dpml.runtime.Component
Add a listener to the component.
addComponentListener(ComponentListener) - Method in class net.dpml.runtime.ComponentStrategy
Add a listener to the component.
addedToLocalCache(URL, File) - Method in interface net.dpml.transit.Monitor
Notify the monitor that an artifact has been added to the local cache.
addMonitor(Monitor) - Method in class net.dpml.transit.Transit
Add a monitor to Transit.
addStateListener(StateListener) - Method in interface net.dpml.runtime.Provider
Add a state change listener to the state machine.
addStateListener(StateListener) - Method in interface net.dpml.state.StateMachine
Add a state change listener to the state machine.
AntlibStrategy - Class in net.dpml.lang
Simple resource deployment strategy.
AntlibStrategy(ClassLoader, String, String) - Constructor for class net.dpml.lang.AntlibStrategy
Creation of resource datatype.
AntlibStrategyHandler - Class in net.dpml.lang
Antlib strategy handler implementation.
AntlibStrategyHandler() - Constructor for class net.dpml.lang.AntlibStrategyHandler
 
Appliance - Interface in net.dpml.appliance
Appliance interface.
applianceChanged(ApplianceEvent) - Method in interface net.dpml.appliance.ApplianceListener
Notify the listener of an event within the appliance.
ApplianceConnector - Interface in net.dpml.appliance
Appliance connector.
ApplianceContentHandler - Class in net.dpml.station
Content handler for the appliance artifact type.
ApplianceContentHandler() - Constructor for class net.dpml.station.ApplianceContentHandler
Creation of a new applicance content handler.
ApplianceContentHandler(Logger) - Constructor for class net.dpml.station.ApplianceContentHandler
Creation of a new applicance content handler.
ApplianceContentManager - Interface in net.dpml.appliance
Application content manager interface.
ApplianceError - Error in net.dpml.appliance
Critical appliance error.
ApplianceError(String) - Constructor for error net.dpml.appliance.ApplianceError
Construct a new ApplianceError.
ApplianceError(String, Throwable) - Constructor for error net.dpml.appliance.ApplianceError
Construct a new ApplianceError.
ApplianceEvent - Class in net.dpml.appliance
Event triggered as a result of a state change within an appliance.
ApplianceEvent(Appliance, Status) - Constructor for class net.dpml.appliance.ApplianceEvent
Construct a new StateEvent.
ApplianceException - Exception in net.dpml.appliance
Appliance related exception.
ApplianceException(String) - Constructor for exception net.dpml.appliance.ApplianceException
Construct a new ApplianceException.
ApplianceException(String, Throwable) - Constructor for exception net.dpml.appliance.ApplianceException
Construct a new ApplianceException.
ApplianceException(String, Throwable, Element) - Constructor for exception net.dpml.appliance.ApplianceException
Construct a new ApplianceException.
ApplianceFactory - Interface in net.dpml.appliance
Interface implementated by appliance factories.
ApplianceListener - Interface in net.dpml.appliance
Interface implementated by remote listeners to appliance state change events.
ApplianceManager - Interface in net.dpml.appliance
Management interface for an appliance.
apply(String, Object) - Method in interface net.dpml.state.StateMachine
Apply a named state transition.
ApplyAction - Class in net.dpml.state
Default implementation of delegating action.
ApplyAction(String) - Constructor for class net.dpml.state.ApplyAction
Creation of a new apply action.
Artifact - Class in net.dpml.transit
A utility class the handles validation of artifact style uri strings.
ARTIFACT - Static variable in class net.dpml.transit.Artifact
Constant scheme name for the artifact protocol.
ArtifactAlreadyExistsException - Exception in net.dpml.transit
Exception to indicate that the Artifact already exists in the cache and can therefor not be written to.
ArtifactAlreadyExistsException(String, Artifact) - Constructor for exception net.dpml.transit.ArtifactAlreadyExistsException
Construct a new ArtifactAlreadyExistsException instance.
ArtifactException - Exception in net.dpml.transit
Exception to indicate that there was an Artifact related error.
ArtifactException(String) - Constructor for exception net.dpml.transit.ArtifactException
Construct a new ArtifactException instance.
ArtifactException(String, Throwable) - Constructor for exception net.dpml.transit.ArtifactException
Construct a new ArtifactException instance.
ArtifactNotFoundException - Exception in net.dpml.transit
Exception to indicate that an Artifact could not be located.
ArtifactNotFoundException(String, URI) - Constructor for exception net.dpml.transit.ArtifactNotFoundException
Construct a new ArtifactNotFoundException instance.

B

Buffer - Class in net.dpml.lang
Utility class used as a destination during generalized object encoding.
Buffer(Writer, String, String) - Constructor for class net.dpml.lang.Buffer
Construct a new encoding buffer.
build(ClassLoader, Element, Resolver, String, String, boolean) - Method in class net.dpml.lang.AntlibStrategyHandler
Construct a strategy definition using a supplied element and value resolver.
build(ClassLoader, Element, Resolver, String, String, boolean) - Method in interface net.dpml.lang.StrategyHandler
Construct a new strategy using a supplied element and value resolver.
build(ClassLoader, Element, Resolver, String, String, boolean) - Method in class net.dpml.runtime.ComponentStrategyHandler
Construct a strategy definition using a supplied element and value resolver.

C

CacheManager - Interface in net.dpml.transit
Cache management interface.
ClassicLayout - Class in net.dpml.transit.layout
The ClassicLayout decodes artifacts into the Classic/Maven layout of artifacts on a file system or http server.
ClassicLayout() - Constructor for class net.dpml.transit.layout.ClassicLayout
 
CollectionPolicy - Enum in net.dpml.annotation
Collection policy.
commission() - Method in interface net.dpml.appliance.Appliance
Commission the appliance.
compareTo(Strategy) - Method in class net.dpml.lang.Strategy
Compares a supplied strategy with this strategy.
compareTo(Object) - Method in class net.dpml.lang.Version
Compare two versions together according to the Comparable interface.
compareTo(Object) - Method in class net.dpml.transit.Artifact
Compare this artifact with another artifact.
complies(Version) - Method in class net.dpml.lang.Version
Check this Version against another for compliancy (compatibility).
Component - Annotation Type in net.dpml.annotation
Component annotation dealing with lifestyle policy, lifecycle model, and collection semantics.
Component - Interface in net.dpml.runtime
Component interface.
componentChanged(ComponentEvent) - Method in interface net.dpml.runtime.ComponentListener
Notify the listener of an event within the component.
ComponentError - Error in net.dpml.runtime
Exception to indicate an error arrising from the use of a duplicate key.
ComponentError(String) - Constructor for error net.dpml.runtime.ComponentError
Construct a new ComponentError.
ComponentError(String, Throwable) - Constructor for error net.dpml.runtime.ComponentError
Construct a new ComponentError.
ComponentEvent - Class in net.dpml.runtime
Event triggered as a result of a state change.
ComponentEvent(Component) - Constructor for class net.dpml.runtime.ComponentEvent
Construct a new StateEvent.
ComponentException - Exception in net.dpml.runtime
Component related exception.
ComponentException(String) - Constructor for exception net.dpml.runtime.ComponentException
Create a new decoding exception.
ComponentException(String, Throwable) - Constructor for exception net.dpml.runtime.ComponentException
Create a new decoding exception.
ComponentException(String, Throwable, Element) - Constructor for exception net.dpml.runtime.ComponentException
Create a new decoding exception.
ComponentListener - Interface in net.dpml.runtime
Interface implementated by remote listeners to state change events.
ComponentStrategy - Class in net.dpml.runtime
Component strategy.
ComponentStrategyHandler - Class in net.dpml.runtime
Strategy handler for the component model.
ComponentStrategyHandler() - Constructor for class net.dpml.runtime.ComponentStrategyHandler
 
connect(Appliance) - Method in interface net.dpml.appliance.ApplianceConnector
Connect an appliance to the connector.
ContentHandler - Class in net.dpml.transit
Abstract base class for artifact content handler.
ContentHandler() - Constructor for class net.dpml.transit.ContentHandler
 
ContentManager - Interface in net.dpml.transit
Management interface to a content type handler.
Context - Annotation Type in net.dpml.annotation
Assertion that an interface is expressed in terms of a context model.
createArtifact(String) - Static method in class net.dpml.transit.Artifact
Creation of a new artifact instance using a supplied uri specification.
createArtifact(URI) - Static method in class net.dpml.transit.Artifact
Creation of a new artifact instance using a supplied uri specification.
createArtifact(String, String, String, String) - Static method in class net.dpml.transit.Artifact
Creation of a new artifact instance using a supplied group, name, version and type arguments.
createArtifact(String, String, String, String, String) - Static method in class net.dpml.transit.Artifact
Creation of a new artifact instance using a supplied group, name, version and type arguments.

D

DATA - Static variable in class net.dpml.transit.Transit
The Transit personal data directory.
debug(String) - Method in interface net.dpml.util.Logger
Record a debug level message.
DecodingException - Exception in net.dpml.lang
Exception related to data decoding from a DOM element.
DecodingException(String, Element) - Constructor for exception net.dpml.lang.DecodingException
Create a new decoding exception.
DecodingException(String, Throwable, Element) - Constructor for exception net.dpml.lang.DecodingException
Create a new decoding exception.
decommission() - Method in interface net.dpml.appliance.Appliance
Decommission the appliance.
DuplicateKeyException - Exception in net.dpml.lang
Exception to indicate an error arrising from the use of a duplicate key.
DuplicateKeyException(String) - Constructor for exception net.dpml.lang.DuplicateKeyException
Construct a new DuplicateKeyException instance.

E

EclipseLayout - Class in net.dpml.transit.layout
The EclipseLayout decodes artifacts into the Eclipse specified layout of artifacts on a file system or http server.
EclipseLayout() - Constructor for class net.dpml.transit.layout.EclipseLayout
 
encode(Buffer, String) - Method in class net.dpml.lang.AntlibStrategy
Encode the resource strategy to XML.
encode(Buffer, String) - Method in class net.dpml.lang.Strategy
Write the strategy to the supplied buffer in XML format.
encode(Buffer, String) - Method in class net.dpml.runtime.ComponentStrategy
Encode the component model to the supplied buffer.
equals(Object) - Method in class net.dpml.lang.AntlibStrategy
Test if this instance is equal to the supplied instance.
equals(Version) - Method in class net.dpml.lang.Version
Check this Version against another for equality.
equals(Object) - Method in class net.dpml.lang.Version
Indicates whether some other object is "equal to" this Version.
equals(Object) - Method in class net.dpml.state.ApplyAction
Compare this object to another for equality.
equals(Object) - Method in class net.dpml.state.ExecAction
Compare this object to another for equality.
equals(Object) - Method in class net.dpml.transit.Artifact
Compare this artifact with the supplied object for equality.
equals(Object) - Method in class net.dpml.transit.layout.EclipseLayout
Compare this object with another for equality.
error(String) - Method in interface net.dpml.util.Logger
Record a error level message.
error(String, Throwable) - Method in interface net.dpml.util.Logger
Record a error level message.
ExecAction - Class in net.dpml.state
Default implementation of delegating action.
ExecAction(String) - Constructor for class net.dpml.state.ExecAction
Creation of a new exec action.
execute(String, Object, Object[]) - Method in interface net.dpml.state.StateMachine
Execute a named operation on the supplied object.

F

failedDownload(Artifact) - Method in interface net.dpml.transit.Monitor
Notify the monitor of a failed download attempt.
failedDownloadFromHost(String, Artifact, Throwable) - Method in interface net.dpml.transit.Monitor
Notify the monitor of a failed download attempt relative to an identified host.

G

getAction() - Method in interface net.dpml.state.Trigger
Return the actions that this trigger initiates.
getActivationPolicy() - Method in class net.dpml.runtime.ComponentStrategy
Return the assigned activation policy.
getAppliance(TimeUnit, int) - Method in interface net.dpml.appliance.ApplianceConnector
Retrieve the connected appliance.
getAppliance() - Method in class net.dpml.appliance.ApplianceEvent
Return the appliance that initiated the event.
getApplianceManagers() - Method in interface net.dpml.appliance.ApplianceContentManager
Return an array of appliance managers.
getApplianceManagers() - Method in interface net.dpml.appliance.PlanManager
Return the array of appliance managers established within the plan.
getApplianceManagers() - Method in class net.dpml.station.ApplianceContentHandler
Return the set of applicance managers established by the handler.
getArtifact() - Method in exception net.dpml.transit.ArtifactAlreadyExistsException
Returns the Artifact that were attempted to be written to.
getBase() - Method in exception net.dpml.lang.TypeCastException
Get the base class.
getBase() - Method in interface net.dpml.transit.HostManager
Returns the host base url.
getCacheDirectory() - Method in class net.dpml.transit.Transit
Return the current cache directory.
getCacheLayout() - Method in class net.dpml.transit.Transit
Return the cache layout.
getChildLogger(String) - Method in interface net.dpml.util.Logger
Return a child logger relative to the current logger.
getChildren() - Method in interface net.dpml.appliance.Appliance
Return an array of subsidiary appliance instances managed by this appliance.
getClassLoader() - Method in class net.dpml.lang.Strategy
Return the classloader establised by the strategy implementation.
getClassname() - Method in interface net.dpml.state.Interface
Return the classname of a management interface implemented and potentially exposed by a component.
getCodebaseURI() - Method in interface net.dpml.appliance.Appliance
Get the appliance codebase uri.
getCodebaseURI() - Method in interface net.dpml.appliance.ApplianceManager
Returns the codebase URI as a string.
getCodebaseURI() - Method in interface net.dpml.lang.PartManager
Returns the part URI as a string.
getCollectionPolicy() - Method in class net.dpml.runtime.ComponentStrategy
Return the assigned collection policy.
getComponent() - Method in class net.dpml.runtime.ComponentEvent
Return the component that initiated the event.
getContent(URLConnection) - Method in class net.dpml.lang.PartContentHandler
Returns the content in the form of a Strategy datatype.
getContent(URLConnection, Class[]) - Method in class net.dpml.lang.PartContentHandler
Returns the content assignable to the first recognized class in the list os supppied classes.
getContent(URLConnection) - Method in class net.dpml.station.ApplianceContentHandler
Returns the content in the form of a Appliance.
getContent(URLConnection, Class[]) - Method in class net.dpml.station.ApplianceContentHandler
Returns the content assignable to the first recognized class in the list of suppied classes.
getContent(URLConnection) - Method in class net.dpml.station.PlanContentHandler
Returns the content in the form of a Appliance.
getContent(URLConnection, Class[]) - Method in class net.dpml.station.PlanContentHandler
Returns the content assignable to the first recognized class in the list of suppied classes.
getContentForClass(Class<T>) - Method in class net.dpml.lang.AntlibStrategy
Return the part content or null if the result type is unresolvable relative to the supplied classes argument.
getContentForClass(Class<T>) - Method in class net.dpml.lang.Strategy
Return a value assignable to the supplied type or null if the type cannot be resolved from this strategy.
getContentForClass(Class<T>) - Method in class net.dpml.runtime.ComponentStrategy
Return an instance of the requested class.
getContentHandler(String) - Method in class net.dpml.transit.Transit
Return the content handler fo the supplied content type.
getData() - Method in interface net.dpml.transit.TransitManager
Return the Transit data directory.
getDescription() - Method in interface net.dpml.lang.PartManager
Returns the part description.
getDirectory() - Method in interface net.dpml.transit.CacheManager
Return the Transit cache directory location as a string.
getElement() - Method in exception net.dpml.lang.DecodingException
Get the element that is the subject of this exception.
getEnclosingNamespace() - Method in class net.dpml.lang.Buffer
Get the current namespace.
getFromState() - Method in class net.dpml.state.StateEvent
Return the state that existed prior to the transition.
getGroup() - Method in class net.dpml.transit.Artifact
Return the group identifier for the artifact.
getHome() - Method in interface net.dpml.transit.TransitManager
Return the Transit home directory.
getHosts() - Method in interface net.dpml.transit.CacheManager
Return the hosts assigned in this Transit configuration
getID() - Method in class net.dpml.state.ApplyAction
Return the id of the transition to apply.
getID() - Method in class net.dpml.state.ExecAction
Return the id of the transition to apply.
getID() - Method in interface net.dpml.transit.HostManager
Returns the host identifier.
getID() - Method in class net.dpml.transit.layout.ClassicLayout
Return the layout identifier.
getID() - Method in class net.dpml.transit.layout.EclipseLayout
Return the layout identifier.
getID() - Method in class net.dpml.transit.Layout
Return the layout identifier.
getID() - Method in class net.dpml.transit.layout.ModernLayout
Return the layout identifier.
getInstance(Class<T>) - Method in class net.dpml.lang.AntlibStrategy
Instantiate a value.
getInstance(Class<T>) - Method in class net.dpml.lang.Strategy
Instantiate a service returning an instance assigned to the supplied type.
getInstance(Class<T>) - Method in class net.dpml.runtime.ComponentStrategy
Return an instance of the requested class.
getInstance(Class<T>) - Method in interface net.dpml.runtime.Provider
Return a fully commissioned instance.
getInstance() - Static method in class net.dpml.transit.Transit
Returns the singleton instance of the transit system.
getInterfaces() - Method in interface net.dpml.state.State
Return the array of management interfaces associated with the state.
getInterfaces() - Method in interface net.dpml.state.StateMachine
Return all of the available interfaces relative to the current state.
getKey() - Method in exception net.dpml.lang.DuplicateKeyException
Return the key.
getKey() - Method in exception net.dpml.lang.UnknownKeyException
Return the key.
getLayout(String) - Static method in class net.dpml.transit.Layout
Return a location resolver capable for supporting the supplied id.
getLayoutID() - Method in interface net.dpml.transit.CacheManager
Return the Transit cache layout id.
getLayoutID() - Method in interface net.dpml.transit.HostManager
Returns the host layout strategy identifier
getLifestylePolicy() - Method in class net.dpml.runtime.ComponentStrategy
Return the assigned lifestyle policy.
getLinkManager() - Method in class net.dpml.transit.Transit
Return the link manager.
getMajor() - Method in class net.dpml.lang.Version
Retrieve major component of version.
getMessage() - Method in exception net.dpml.lang.DecodingException
Return a string representation of the exception.
getMethodName() - Method in interface net.dpml.state.Operation
Return the optional overriding method name.
getMicro() - Method in class net.dpml.lang.Version
Retrieve micro component of version.
getMinor() - Method in class net.dpml.lang.Version
Retrieve minor component of version.
getName() - Method in interface net.dpml.appliance.Appliance
Get the appliance name.
getName() - Method in class net.dpml.lang.AntlibStrategy
Return the strategy name.
getName() - Method in class net.dpml.lang.Strategy
Return the short name of this strategy.
getName() - Method in interface net.dpml.runtime.Component
Return the component name.
getName() - Method in class net.dpml.runtime.ComponentStrategy
Get the component name.
getName() - Method in interface net.dpml.state.Action
Return the action name.
getName() - Method in class net.dpml.state.ApplyAction
Return the action name.
getName() - Method in class net.dpml.state.ExecAction
Return the action name.
getName() - Method in interface net.dpml.state.State
Return the name of the state.
getName() - Method in class net.dpml.transit.Artifact
Return the name of the artifact.
getOffset() - Method in class net.dpml.lang.Buffer
Get the space indent offset.
getOperation() - Method in interface net.dpml.state.Transition
Return an operation associated with the transition.
getOperations() - Method in interface net.dpml.state.State
Return the array of operations associated with the state.
getOperations() - Method in interface net.dpml.state.StateMachine
Return all of the available operations relative to the current state.
getParent() - Method in interface net.dpml.state.State
Return the parent state to this state or null if this is the root of a state graph.
getPartManagers() - Method in class net.dpml.lang.PartContentHandler
Return the part managers handled by the content handler.
getPartManagers() - Method in interface net.dpml.lang.PartContentManager
Return the array of part managers.
getPath() - Method in class net.dpml.lang.AntlibStrategy
Get the resource path.
getPath() - Method in interface net.dpml.transit.CacheManager
Return the Transit cache directory path.
getPolicy() - Method in interface net.dpml.state.Trigger
Return the event enumneration that this trigger is associated with.
getPrefs() - Method in interface net.dpml.transit.TransitManager
Return the Transit prefs directory.
getPriority() - Method in class net.dpml.lang.AntlibStrategy
Return the strategy priority.
getPriority() - Method in class net.dpml.lang.Strategy
Return the priority assigned to this strategy.
getPriority() - Method in class net.dpml.runtime.ComponentStrategy
Get the component priority.
getPriority() - Method in interface net.dpml.transit.HostManager
Returns the host priority.
getProperty(String) - Method in interface net.dpml.util.Resolver
Return a property value.
getProperty(String, String) - Method in interface net.dpml.util.Resolver
Return a property value.
getProvider() - Method in interface net.dpml.runtime.Component
Return a decommissioning provider.
getProvider() - Method in class net.dpml.runtime.ComponentStrategy
Get a runtime provider for this component.
getProvider() - Method in class net.dpml.runtime.ProviderEvent
Get the provider initiating the event.
getProxyHost() - Method in interface net.dpml.transit.TransitManager
Return the Transit proxy host
getReport() - Method in exception net.dpml.lang.TypeCastException
Get the reported type cast error.
getScheme() - Method in class net.dpml.transit.Artifact
Return the protocol for the artifact.
getShare() - Method in interface net.dpml.transit.TransitManager
Return the Transit share directory.
getState() - Method in interface net.dpml.appliance.Appliance
Return the current state of the instance.
getState() - Method in interface net.dpml.runtime.Provider
Return the current state of the instance.
getState() - Method in interface net.dpml.state.StateMachine
Return the current state.
getState() - Method in interface net.dpml.state.Transition
Return the state that this transition is a part of.
getStatePath() - Method in interface net.dpml.state.State
Return the state path.
getStates() - Method in interface net.dpml.state.State
Return the substates within this state.
getStatus() - Method in class net.dpml.appliance.ApplianceEvent
Return the appliance status.
getStatus() - Method in class net.dpml.runtime.ProviderEvent
Get the event status.
getStrategyHandler(Component) - Static method in class net.dpml.lang.PartContentHandler
Return a strategy handler based on the supplied component annotation.
getStrategyHandler(Class<?>) - Static method in class net.dpml.lang.PartContentHandler
Return the strategy handler supporting the supplied class.
getStrategyHandler(Element) - Static method in class net.dpml.lang.PartContentHandler
Load a potentially foreign strategy handler.
getTargetName() - Method in interface net.dpml.state.Transition
Return the transition target state name
getTargetURI(URI) - Method in interface net.dpml.transit.LinkManager
Returns the URI that the supplied link URI is referencing.
getTitle() - Method in interface net.dpml.lang.PartManager
Returns the part title.
getToState() - Method in class net.dpml.state.StateEvent
Return the state that was established by a transition.
getTransitions() - Method in interface net.dpml.state.State
Return the array of transtions associated with the state.
getTransitions() - Method in interface net.dpml.state.StateMachine
Return all of the available transitions relative to the current state.
getTriggers() - Method in interface net.dpml.state.State
Return the array of triggers associated with the state.
getType() - Method in class net.dpml.lang.PartContentHandler
Returns the type tha the content handler supports.
getType() - Method in exception net.dpml.lang.TypeCastException
Get the type class.
getType() - Method in class net.dpml.station.ApplianceContentHandler
Returns the type thar the content handler supports.
getType() - Method in class net.dpml.station.PlanContentHandler
Returns the type thar the content handler supports.
getType() - Method in class net.dpml.transit.Artifact
Return the type of the artifact.
getType() - Method in class net.dpml.transit.ContentHandler
Returns the type tha the content handler supports.
getType() - Method in interface net.dpml.transit.ContentManager
Returns the artifact type identifier supported by the content manager implementation.
getURI() - Method in exception net.dpml.transit.ArtifactNotFoundException
Returns the uri that could not be found.
getURN() - Method in class net.dpml.lang.AntlibStrategy
Get the resource urn.
getVersion() - Method in class net.dpml.transit.Artifact
Return the posssibly null version identifier.
getVersion() - Method in interface net.dpml.transit.TransitManager
Return the Transit version.

H

hashCode() - Method in class net.dpml.lang.AntlibStrategy
Get the hashcode for this instance.
hashCode() - Method in class net.dpml.lang.Version
Add a hashing function to ensure the Version object is treated as expected in hashmaps and sets.
hashCode() - Method in class net.dpml.state.ApplyAction
Compute the hashcode for this instance.
hashCode() - Method in class net.dpml.state.ExecAction
Compute the hashcode for this instance.
hashCode() - Method in class net.dpml.transit.Artifact
Return the hashcode for the artifact.
hashCode() - Method in class net.dpml.transit.layout.EclipseLayout
Compare the object hash code.
HOME - Static variable in class net.dpml.transit.Transit
The DPML home directory established via assesment of the the ${dpml.home} system property and the DPML_HOME environment variable.
HostManager - Interface in net.dpml.transit
Management interface to a resource host.

I

indent() - Method in class net.dpml.lang.Buffer
Indent the current offset value by 2 space characters.
indent(String) - Method in class net.dpml.lang.Buffer
Indent the current offset value by a supplied value.
info(String) - Method in interface net.dpml.util.Logger
Record a informative message.
initialize(ServiceRegistry) - Method in class net.dpml.lang.AntlibStrategy
Strategy initialization (not used).
initialize(ServiceRegistry) - Method in class net.dpml.lang.Strategy
Composite strategies are strategy implementations that contain subidary strategies.
initialize(ServiceRegistry) - Method in class net.dpml.runtime.ComponentStrategy
Initialize the component with a supplied service registry.
initialize(Object) - Method in interface net.dpml.state.StateMachine
Invoke initialization of the supplied object using the initialization action declared under the current state path.
IntegrityRuntimeException - Exception in net.dpml.state
Runtime exception thrown when an inconsitent state is encounted within a state-machine.
IntegrityRuntimeException(String) - Constructor for exception net.dpml.state.IntegrityRuntimeException
Construct a new IntegrityRuntimeException instance.
IntegrityRuntimeException(String, Throwable) - Constructor for exception net.dpml.state.IntegrityRuntimeException
Construct a new IntegrityRuntimeException instance.
Interface - Interface in net.dpml.state
An Interface action declares the classname of an interface implemented by a component class that may be dynamically exposed by a component through the assocation of the interface with an active state.
InvalidArtifactException - Exception in net.dpml.transit
Exception to indicate that the Artifact already exists in the cache and can therefor not be written to.
InvalidArtifactException(String) - Constructor for exception net.dpml.transit.InvalidArtifactException
Construct a new InvalidArtifactException instance.
invoke(Object, String, Object[]) - Method in interface net.dpml.state.StateMachine
Invoke a management method on the supplied object.
isaCandidate(Class<?>) - Method in class net.dpml.lang.AntlibStrategy
Return true if the strategy is a candidate for the supplied class.
isaCandidate(Class<?>) - Method in class net.dpml.lang.Strategy
Return true if this strategy is a candidate with result to the supply of an instance assignable to the supplied type.
isaCandidate(Class<?>) - Method in class net.dpml.runtime.ComponentStrategy
Test if this component model can handle the supplied service type.
isActive() - Method in interface net.dpml.state.StateMachine
Returns the active status of the state machine.
isCommissioned() - Method in interface net.dpml.appliance.Appliance
Get the commissioned state of the appliance.
isDebugEnabled() - Method in interface net.dpml.util.Logger
Return TRUE is debug level logging is enabled.
isEnabled() - Method in interface net.dpml.transit.HostManager
Returns the host enabled status.
isErrorEnabled() - Method in interface net.dpml.util.Logger
Return TRUE is error level logging is enabled.
isInfoEnabled() - Method in interface net.dpml.util.Logger
Return TRUE is info level logging is enabled.
isNamespace(String) - Method in class net.dpml.lang.Buffer
Test id the supplied namespace is the current namesapce.
isRecognized(URI) - Static method in class net.dpml.transit.Artifact
Test if the supplied uri is from the artifact family.
isRecognized() - Method in class net.dpml.transit.Artifact
Test if the artifact scheme is recognized.
isTerminal() - Method in interface net.dpml.state.State
Test is the state is a terminal state.
isTraceEnabled() - Method in interface net.dpml.util.Logger
Return TRUE is trace level logging is enabled.
isTrusted() - Method in interface net.dpml.transit.HostManager
Returns the host trusted status.
isWarnEnabled() - Method in interface net.dpml.util.Logger
Return TRUE is warn level logging is enabled.

L

Layout - Class in net.dpml.transit
Definition of a repository layout.
Layout() - Constructor for class net.dpml.transit.Layout
 
LifestylePolicy - Enum in net.dpml.annotation
Lifestyle policy.
LINK - Static variable in class net.dpml.transit.Artifact
Constant scheme name for the link protocol.
LinkManager - Interface in net.dpml.transit
The LinkManager is responsible for storing the mapping between a Link instance and a URI.
LinkNotFoundException - Exception in net.dpml.transit
Exception to indicate that a link could not be located.
LinkNotFoundException(String, URI) - Constructor for exception net.dpml.transit.LinkNotFoundException
Construct a new LinkNotFoundException instance.
list(Element) - Static method in exception net.dpml.lang.DecodingException
Static utility operation that returns a string representation of a DOM element.
list(Element, String) - Static method in exception net.dpml.lang.DecodingException
Static utility operation that returns a syring representation of a DOM element.
load(Class<?>, ServiceRegistry, String) - Static method in class net.dpml.lang.Strategy
Creation of a new management strategy.
load(URI) - Static method in class net.dpml.lang.Strategy
Load a strategy defined by the supplied uri.
load(ClassLoader, ServiceRegistry, URI, String) - Static method in class net.dpml.lang.Strategy
Load a strategy defined by the supplied uri, name, classloader and service registry, and return a value assignable to the supplied type.
LOCAL - Static variable in class net.dpml.transit.Artifact
Constant scheme name for the local protocol.
Logger - Interface in net.dpml.util
Transit Logger is a interface through which different logging solutions can be provided.
lookup(Class<T>) - Method in interface net.dpml.lang.ServiceRegistry
Lookup a service implementing the supplied service type.
lookup(Class<T>) - Method in class net.dpml.lang.SimpleServiceRegistry
Matches a service in the registry with the supplied type.
lookup(Class<T>) - Method in class net.dpml.lang.StandardServiceRegistry
Matches a service in the registry with the supplied type.
lookup(Class<T>) - Method in class net.dpml.runtime.ComponentStrategy
Get a service reference for the supplied type.

M

MissingContextEntryException - Exception in net.dpml.runtime
Exception thrown if a solution for a required context entry is not found.
MissingContextEntryException(String) - Constructor for exception net.dpml.runtime.MissingContextEntryException
Create a new missing context entry exception.
MissingContextEntryException(String, Throwable) - Constructor for exception net.dpml.runtime.MissingContextEntryException
Create a new missing context entry exception.
MissingContextEntryException(String, Throwable, Element) - Constructor for exception net.dpml.runtime.MissingContextEntryException
Create a new missing context entry exception.
ModernLayout - Class in net.dpml.transit.layout
The ModernLayout decodes artifacts into a layout scheme that follows the convention of group/name/version/expanded-name pattern.
ModernLayout() - Constructor for class net.dpml.transit.layout.ModernLayout
 
Monitor - Interface in net.dpml.transit
Transit event monitor.

N

NAMESPACE - Static variable in class net.dpml.lang.AntlibStrategyHandler
Antlib strategy namespace constant.
namespace(String) - Method in class net.dpml.lang.Buffer
Creation of a new buffer mapped to the supplied namespace.
NAMESPACE - Static variable in class net.dpml.lang.PartContentHandler
Part XSD uri.
NAMESPACE - Static variable in class net.dpml.runtime.ComponentStrategyHandler
Constant XSD namespace value.
NamespaceError - Error in net.dpml.lang
Error related to schmema namespace resolution.
NamespaceError(String) - Constructor for error net.dpml.lang.NamespaceError
Construct a new PartError instance.
NamespaceError(String, Throwable) - Constructor for error net.dpml.lang.NamespaceError
Construct a new PartError instance.
net.dpml.annotation - package net.dpml.annotation
Component annotations supporting lifestyle, lifecycle, collection, activiation, and service publication policies.
net.dpml.appliance - package net.dpml.appliance
Interfaces representing managed processes.
net.dpml.lang - package net.dpml.lang
Low-level services dealing with part deployment and management.
net.dpml.runtime - package net.dpml.runtime
Component strategy runtime implementation.
net.dpml.state - package net.dpml.state
States, transitons, operations and triggers and a state machine supporting orderly management of state transitions and dynamic operations.
net.dpml.station - package net.dpml.station
Application profile and process execution support.
net.dpml.transit - package net.dpml.transit
The transit package contains the primary runtime classes within the Transit resource management system.
net.dpml.transit.layout - package net.dpml.transit.layout
Standard layout strategies.
net.dpml.util - package net.dpml.util
Common utility interfaces.
newAppliance(URLConnection, String) - Method in interface net.dpml.appliance.ApplianceFactory
Create a new appliance using the supplied url connection and partition.
newAppliance(URLConnection, String) - Method in class net.dpml.lang.PartContentHandler
Create a new appliance using the supplied connection object.
newAppliance(URLConnection, String) - Method in class net.dpml.station.ApplianceContentHandler
Create a new appliance using the supplied connection object.
newAppliance(URLConnection, String) - Method in class net.dpml.station.PlanContentHandler
Create a new appliance using the supplied connection object.
newAppliance(String, URI) - Static method in class net.dpml.station.PlanContentHandler
Creation of a new appliance using a supplied key and appliance uri.
newComponent(Class<?>, String) - Method in class net.dpml.runtime.ComponentStrategyHandler
Creation of a new component strategy handler for a supplied class.
newStrategy(Class<?>) - Method in class net.dpml.lang.AntlibStrategyHandler
Creation of a new antlib strategy.
newStrategy(Class<?>, String) - Method in class net.dpml.lang.AntlibStrategyHandler
Creation of a new antlib strategy.
newStrategy(Class<?>) - Method in interface net.dpml.lang.StrategyHandler
Creation of a new strategy handler for the supplied implementation class.
newStrategy(Class<?>, String) - Method in interface net.dpml.lang.StrategyHandler
Creation of a new strategy handler for the supplied implementation class.
newStrategy(Class<?>) - Method in class net.dpml.runtime.ComponentStrategyHandler
Creation of a new component strategy handler for a supplied class.
newStrategy(Class<?>, String) - Method in class net.dpml.runtime.ComponentStrategyHandler
Creation of a new component strategy handler for a supplied class.
nl(String) - Method in class net.dpml.lang.Buffer
Write a value to the buffer following a nl character.
nl(int) - Method in class net.dpml.lang.Buffer
Write an int value to the buffer following a nl character.
nl(char[]) - Method in class net.dpml.lang.Buffer
Write an character array value to the buffer following a nl character.
notifyCompletion(URL) - Method in interface net.dpml.transit.Monitor
Notify the monitor of the successful completion of a download process.
notifyUpdate(URL, int, int) - Method in interface net.dpml.transit.Monitor
Notify the monitor of the update in the download status.
NULL_VERSION - Static variable in class net.dpml.lang.Version
Version -1.0.0.

O

Operation - Interface in net.dpml.state
An operation defines the name of a bean style accessor that may be invoked by a management application while the operation is exposed within the active path.

P

parse(String) - Static method in class net.dpml.lang.Version
Parse a version out of a string.
PartContentHandler - Class in net.dpml.lang
Content handler for the 'part' artifact type.
PartContentHandler() - Constructor for class net.dpml.lang.PartContentHandler
Creation of a new part content handler.
PartContentManager - Interface in net.dpml.lang
Abstract base class for artifact content handler.
PartError - Error in net.dpml.lang
Fatal part related error.
PartError(String) - Constructor for error net.dpml.lang.PartError
Construct a new PartError instance.
PartError(String, Throwable) - Constructor for error net.dpml.lang.PartError
Construct a new PartError instance.
PartException - Exception in net.dpml.lang
Exception to indicate that there was a part handler related error.
PartException(String) - Constructor for exception net.dpml.lang.PartException
Construct a new PartException instance.
PartException(String, Throwable) - Constructor for exception net.dpml.lang.PartException
Construct a new PartException instance.
PartManager - Interface in net.dpml.lang
Management interface to a generic part instance.
Parts - Annotation Type in net.dpml.annotation
Assertion that an interface is expressed in terms of a parts model.
PlanContentHandler - Class in net.dpml.station
Content handler for the plan artifact type.
PlanContentHandler() - Constructor for class net.dpml.station.PlanContentHandler
Creation of a new plan content handler.
PlanManager - Interface in net.dpml.appliance
Management interface for deployment plan.
PlanNamespaceResolver - Class in net.dpml.station
LSInput resolver service for the dpml:station namespace.
PlanNamespaceResolver() - Constructor for class net.dpml.station.PlanNamespaceResolver
 
PREFS - Static variable in class net.dpml.transit.Transit
The Transit personal preferences directory.
Provider - Interface in net.dpml.runtime
Component interface.
ProviderEvent - Class in net.dpml.runtime
Event triggered as a result of a state change.
ProviderEvent(Component, Provider, Status) - Constructor for class net.dpml.runtime.ProviderEvent
Construct a new StateEvent.

R

release(Provider) - Method in interface net.dpml.runtime.Component
Release a provider.
release(Provider) - Method in class net.dpml.runtime.ComponentStrategy
Release a provider back to the component.
removeApplianceListener(ApplianceListener) - Method in interface net.dpml.appliance.Appliance
Remove an appliance listener from the appliance.
removeComponentListener(ComponentListener) - Method in interface net.dpml.runtime.Component
Remove a listener from the component.
removeComponentListener(ComponentListener) - Method in class net.dpml.runtime.ComponentStrategy
Remove a listener from the component.
removedFromLocalCache(URL, File) - Method in interface net.dpml.transit.Monitor
Notify the monitor that an artifact has been removed from the local cache.
removeStateListener(StateListener) - Method in interface net.dpml.runtime.Provider
Remove a state listener from the state machine.
removeStateListener(StateListener) - Method in interface net.dpml.state.StateMachine
Remove a state listener from the state machine.
resolve(String) - Method in interface net.dpml.util.Resolver
Symbolic expansion of a supplied value.
resolveBase(Artifact) - Method in class net.dpml.transit.layout.ClassicLayout
Return the base path for an artifact.
resolveBase(Artifact) - Method in class net.dpml.transit.layout.EclipseLayout
Return the base path for an artifact.
resolveBase(Artifact) - Method in class net.dpml.transit.layout.ModernLayout
Return the base path for an artifact.
resolveBase(Artifact) - Method in class net.dpml.transit.Layout
Return the base path for an artifact.
resolveBaseFilename(Artifact) - Method in class net.dpml.transit.layout.EclipseLayout
Return the expanded filename of the artifact.
resolveFilename(Artifact) - Method in class net.dpml.transit.layout.ClassicLayout
Return the expanded filename of the artifact.
resolveFilename(Artifact) - Method in class net.dpml.transit.layout.EclipseLayout
Return the expanded filename of the artifact.
resolveFilename(Artifact) - Method in class net.dpml.transit.layout.ModernLayout
Return the expanded filename of the artifact.
resolveFilename(Artifact) - Method in class net.dpml.transit.Layout
Return the filename for an artifact.
resolvePath(Artifact) - Method in class net.dpml.transit.layout.ClassicLayout
Returns the full path of the artifact relative to a logical root directory.
resolvePath(Artifact) - Method in class net.dpml.transit.layout.EclipseLayout
Returns the full path of the artifact relative to a logical root directory.
resolvePath(Artifact) - Method in class net.dpml.transit.layout.ModernLayout
Returns the full path of the artifact relative to a logical root directory.
resolvePath(Artifact) - Method in class net.dpml.transit.Layout
Returns the full path of the artifact relative to a logical root directory.
Resolver - Interface in net.dpml.util
Interace implemented by a value (key, ref, and property) resolver.
resolveResource(String, String, String, String, String) - Method in class net.dpml.station.PlanNamespaceResolver
Return the schema definition for a dpml:station namespace.
resourceRequested(Artifact) - Method in interface net.dpml.transit.Monitor
Notify the monitor that an artifact has been requested.

S

ServiceError - Error in net.dpml.lang
Fatal service handling error.
ServiceError(String) - Constructor for error net.dpml.lang.ServiceError
Construct a new ServiceError.
ServiceError(String, Throwable) - Constructor for error net.dpml.lang.ServiceError
Construct a new ServiceError.
ServiceRegistry - Interface in net.dpml.lang
Service registry interface.
Services - Annotation Type in net.dpml.annotation
Assertion that a class implementation should be isolated as a proxy using the declared set of interface classes.
setParent(State) - Method in interface net.dpml.state.State
Set the parent state.
setState(State) - Method in interface net.dpml.state.Transition
Set the state that this transition is a part of.
setTargetURI(URI, URI) - Method in interface net.dpml.transit.LinkManager
Sets the URI for the provided link URI.
shutdown() - Method in interface net.dpml.station.Station
Stutdown the station.
SimpleServiceRegistry - Class in net.dpml.lang
Simple service registry implementation that selects the first service that is type assignable from the list of service instance supplied to the registry constructor.
SimpleServiceRegistry(Object...) - Constructor for class net.dpml.lang.SimpleServiceRegistry
Creation of a new service registry with no parent.
SimpleServiceRegistry(ServiceRegistry, Object...) - Constructor for class net.dpml.lang.SimpleServiceRegistry
Creation of a new service registry with no parent.
StandardServiceRegistry - Class in net.dpml.lang
Default service registry implementation that resolves services via services resolvable using java.util.ServiceLoader.
StandardServiceRegistry() - Constructor for class net.dpml.lang.StandardServiceRegistry
Creation of a new service registry with no parent.
StandardServiceRegistry(ServiceRegistry) - Constructor for class net.dpml.lang.StandardServiceRegistry
Creation of a new service registry with fallback delegation to a parent registry.
State - Interface in net.dpml.state
Interface describing an application state.
stateChanged(StateEvent) - Method in interface net.dpml.state.StateListener
Notify the listener of a state change.
StateEvent - Class in net.dpml.state
Event triggered as a result of a state change.
StateEvent(Object, State, State) - Constructor for class net.dpml.state.StateEvent
Construct a new StateEvent.
StateListener - Interface in net.dpml.state
Interface implementated by remote listeners to state change events.
StateMachine - Interface in net.dpml.state
Defintion of the state machine.
Station - Interface in net.dpml.station
Station interface.
STATION_CONNECTOR_KEY - Static variable in interface net.dpml.station.Station
Constant key for the station registry name.
STATION_JMX_URI_KEY - Static variable in interface net.dpml.station.Station
Constant key for the station jmx uri value.
StationException - Exception in net.dpml.station
Station related exception.
StationException(String) - Constructor for exception net.dpml.station.StationException
Construct a new StationException.
StationException(String, Throwable) - Constructor for exception net.dpml.station.StationException
Construct a new StationException.
StationException(String, Throwable, Element) - Constructor for exception net.dpml.station.StationException
Construct a new ApplianceException.
Status - Enum in net.dpml.runtime
Provider status enumeration.
Strategy - Class in net.dpml.lang
Abstract component deployment strategy.
Strategy(ClassLoader) - Constructor for class net.dpml.lang.Strategy
Creation of a new deployment strategy.
StrategyHandler - Interface in net.dpml.lang
Interace implemented by part strategy handlers.
SYSTEM - Static variable in class net.dpml.transit.Transit
If a system property named "dpml.system" is defined then the value is assigned otherwise the implementation will look for an environment variable DPML_SYSTEM.

T

terminate() - Method in interface net.dpml.runtime.Component
Terminate the component.
terminate() - Method in class net.dpml.runtime.ComponentStrategy
Terminate the component model.
terminate(Object) - Method in interface net.dpml.state.StateMachine
Invoke termination of the supplied object using the termination action declared under the current state path.
toString() - Method in class net.dpml.lang.Version
Overload toString to report version correctly.
toString() - Method in class net.dpml.runtime.ComponentStrategy
Returns the string representing of the component.
toString() - Method in class net.dpml.runtime.ProviderEvent
Return a string representation of the event.
toString() - Method in class net.dpml.state.ApplyAction
Return a string representation of the instance.
toString() - Method in class net.dpml.state.ExecAction
Return a string representation of the instance.
toString() - Method in class net.dpml.transit.Artifact
Return a string representation of the artifact.
toURI() - Method in class net.dpml.transit.Artifact
Create an artifact url backed by the repository.
toURL(URI) - Static method in class net.dpml.transit.Artifact
Construct a new URL form a given URI.
toURL() - Method in class net.dpml.transit.Artifact
Create an artifact url backed by the repository.
toURL(URLStreamHandler) - Method in class net.dpml.transit.Artifact
Create an artifact url backed by the repository.
trace(String) - Method in interface net.dpml.util.Logger
Record a trace level message.
Transit - Class in net.dpml.transit
The Transit class manages the establishment of a singleton transit instance.
TransitError - Error in net.dpml.transit
Critical Transit system error.
TransitError(String) - Constructor for error net.dpml.transit.TransitError
Construct a new TransitError instance.
TransitError(String, Throwable) - Constructor for error net.dpml.transit.TransitError
Construct a new TransitError instance.
TransitException - Exception in net.dpml.transit
Exception to indicate that there was an exception related to the transit protocol.
TransitException(String) - Constructor for exception net.dpml.transit.TransitException
Construct a new TransitException instance.
TransitException(String, Throwable) - Constructor for exception net.dpml.transit.TransitException
Construct a new TransitException instance.
Transition - Interface in net.dpml.state
Interface describing a transition that may be performed under an activate state.
TransitManager - Interface in net.dpml.transit
Transit management interface.
TransitRuntimeException - Exception in net.dpml.transit
Runtime exception to indicate that there was a transit system error.
TransitRuntimeException(String) - Constructor for exception net.dpml.transit.TransitRuntimeException
Construct a new TransitRuntimeException instance.
TransitRuntimeException(String, Throwable) - Constructor for exception net.dpml.transit.TransitRuntimeException
Construct a new TransitRuntimeException instance.
Trigger - Interface in net.dpml.state
Interface describing a condition within which an action may be invoked.
TriggerPolicy - Enum in net.dpml.state
Interface describing a condition within which an action may be invoked.
TYPE - Static variable in interface net.dpml.state.State
Constant artifact type for a state graph.
TypeCastException - Exception in net.dpml.lang
Exception raised when class cannot be cast to a requested type.
TypeCastException(String, Class, Class) - Constructor for exception net.dpml.lang.TypeCastException
Construct a new TypeCastException instance.

U

UnknownKeyException - Exception in net.dpml.lang
Exception to indicate an error arrising from the use of an unknown key.
UnknownKeyException(String) - Constructor for exception net.dpml.lang.UnknownKeyException
Construct a new UnknownKeyException instance.
UnknownOperationException - Exception in net.dpml.state
Exception thrown when a request is made for retrival of an operation via an operation key and the key is unresolvable.
UnknownOperationException(String) - Constructor for exception net.dpml.state.UnknownOperationException
Construct a new UnknownOperationException instance.
UnknownServiceException - Exception in net.dpml.lang
Exception raised if a requested service cannot be found.
UnknownServiceException(String) - Constructor for exception net.dpml.lang.UnknownServiceException
Construct a new UnknownServiceException instance.
UnknownTransitionException - Exception in net.dpml.state
Exception thrown when a request is made to apply a transition that is unknown relative to the target state.
UnknownTransitionException(String) - Constructor for exception net.dpml.state.UnknownTransitionException
Construct a new UnknownTransitionException instance.
UnsupportedSchemeException - Exception in net.dpml.transit
Exception to indicate that the scheme of a supplied uri is not recognized as a member of the artifact family.
UnsupportedSchemeException(String) - Constructor for exception net.dpml.transit.UnsupportedSchemeException
Construct a new UnsupportedSchemeException instance.
updatedLocalCache(URL, File) - Method in interface net.dpml.transit.Monitor
Notify the monitor that an artifact in the local cache has been updated.

V

valueOf(String) - Static method in enum net.dpml.annotation.ActivationPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.dpml.annotation.CollectionPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.dpml.annotation.LifestylePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.dpml.runtime.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.dpml.state.TriggerPolicy
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.dpml.annotation.ActivationPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.dpml.annotation.CollectionPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.dpml.annotation.LifestylePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.dpml.runtime.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.dpml.state.TriggerPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in net.dpml.lang
This class is used to hold version information.
Version(int, int, int) - Constructor for class net.dpml.lang.Version
Create a new instance of a Version object with the specified version numbers.
VERSION - Static variable in class net.dpml.transit.Transit
The Transit system version.

W

warn(String) - Method in interface net.dpml.util.Logger
Record a warning message.
warn(String, Throwable) - Method in interface net.dpml.util.Logger
Record a warning message.
write(String) - Method in class net.dpml.lang.Buffer
Write a value to the buffer.
write(int) - Method in class net.dpml.lang.Buffer
Write an int value to the buffer.
write(char[]) - Method in class net.dpml.lang.Buffer
Write an character array value to the buffer.

A B C D E F G H I L M N O P R S T U V W