Uses of Interface
net.dpml.util.Logger

Packages that use Logger
net.dpml.component Interfaces defining the internal 'component' model. 
net.dpml.lang The lang package contains a small number of generic common utilities used throught the DPML codebase. 
net.dpml.library.console Depot build tool command line handler. 
net.dpml.library.impl Implementation of the project library supporting module, project and resource managment. 
net.dpml.metro.data Immutable datatypes used to describe a deployment scenario. 
net.dpml.metro.runtime Metro component model controller implementation. 
net.dpml.station.console Station commandline handler. 
net.dpml.station.exec Metro application deployment framework. 
net.dpml.station.server Process management controller implementation. 
net.dpml.tools.impl Ant plugin and context support. 
net.dpml.transit The transit package contains the primary runtime classes within the Transit resource management system. 
net.dpml.transit.console Transit configuration management CLI handler. 
net.dpml.transit.management   
net.dpml.transit.monitor A set of classes supporting Transit sub-systems monitoring. 
net.dpml.transit.tools Ant tasks supporting Transit-based repository access. 
net.dpml.util Common transit utilities. 
 

Uses of Logger in net.dpml.component
 

Constructors in net.dpml.component with parameters of type Logger
Composition(Logger logger, Info info, Classpath classpath, Controller controller, Directive directive, String label)
          Creation of a new abstract composition instance.
 

Uses of Logger in net.dpml.lang
 

Methods in net.dpml.lang that return Logger
protected  Logger Part.getLogger()
          Get the assigned logging channel.
protected  Logger PartDecoder.getLogger()
          Get the assigned logging channel.
 

Methods in net.dpml.lang with parameters of type Logger
 Part Builder.build(Logger logger, Info info, Classpath classpath, Element strategy, Resolver resolver)
          Construct a new part using a supplied value resolver.
 Part PartDecoder.build(Logger logger, Info information, Classpath classpath, Element strategy, Resolver resolver)
          Resolve a part plugin or resource strategy.
static ClassLoader StandardClassLoader.buildClassLoader(Logger logger, String name, Category category, ClassLoader parent, URI[] uris)
          Internal utility class to build a classloader.
 

Constructors in net.dpml.lang with parameters of type Logger
Part(Logger logger, Info info, Classpath classpath)
          Creation of a new part datastructure.
Part(Logger logger, Info info, Classpath classpath, String label)
          Creation of a new part datastructure.
Plugin(Logger logger, Info info, Classpath classpath, String classname)
          Creation of an new plugin datatype.
Plugin(Logger logger, Info info, Classpath classpath, String classname, Value[] params)
          Creation of an new plugin datatype.
Resource(Logger logger, Info info, Classpath classpath, String urn, String path)
          Creation of resource datatype.
 

Uses of Logger in net.dpml.library.console
 

Constructors in net.dpml.library.console with parameters of type Logger
BuilderPlugin(Logger logger, String[] args)
          Builder establishment.
 

Uses of Logger in net.dpml.library.impl
 

Constructors in net.dpml.library.impl with parameters of type Logger
DefaultLibrary(Logger logger)
          Creation of a new library.
DefaultLibrary(Logger logger, File source)
          Creation of a new library.
 

Uses of Logger in net.dpml.metro.data
 

Constructors in net.dpml.metro.data with parameters of type Logger
DefaultComposition(Logger logger, Info info, Classpath classpath, Controller controller, ComponentDirective directive)
          Creation of a new composition diefinition.
 

Uses of Logger in net.dpml.metro.runtime
 

Methods in net.dpml.metro.runtime with parameters of type Logger
 Part CompositionController.build(Logger logger, Info info, Classpath classpath, Element strategy, Resolver resolver)
          Construct the deployment information from a part definition.
 

Constructors in net.dpml.metro.runtime with parameters of type Logger
DefaultStateMachine(EventQueue queue, Logger logger, State state)
          Creation of a new state machine using a state graph.
UnicastEventSource(EventQueue queue, Logger logger)
          Creation of a new UnicastEventSource.
 

Uses of Logger in net.dpml.station.console
 

Constructors in net.dpml.station.console with parameters of type Logger
StationPlugin(Logger logger, String[] args)
          Creation of a new station plugin.
 

Uses of Logger in net.dpml.station.exec
 

Constructors in net.dpml.station.exec with parameters of type Logger
ApplicationHandler(Logger logger, String[] args)
          The application handler class is a generic component handler that delegates application deployment processes to dedicated handlers based on the codebase type of the target application.
 

Uses of Logger in net.dpml.station.server
 

Methods in net.dpml.station.server that return Logger
protected  Logger DefaultModel.getLogger()
          Return the assigned logging channel.
protected  Logger UnicastEventSource.getLogger()
          Return the assigned logging channel.
 

Constructors in net.dpml.station.server with parameters of type Logger
DefaultModel(Logger logger)
          Creation of a new model.
ErrorStreamReader(Logger logger, InputStream input)
          Creation of a process output reader.
OutputStreamReader(Logger logger, InputStream input)
          Creation of a process output reader.
RemoteApplication(Logger logger, ApplicationDescriptor descriptor, String id, int port)
          Creation of an application instance.
RemoteApplicationRegistry(Logger logger, URL url)
          Creation of a new application registry model.
RemoteStation(Logger logger, TransitModel model, int port, URL registryStorageUrl)
          Creation of a station instance.
StationServerPlugin(Logger logger, TransitModel model, String[] args)
          Creation of a new station server plugin for station commandline handling.
UnicastEventSource(Logger logger)
          Creation of a new event producer.
 

Uses of Logger in net.dpml.tools.impl
 

Constructors in net.dpml.tools.impl with parameters of type Logger
StandardBuilder(Logger logger, Library library)
          Creation of a new standard builder.
StandardBuilder(Logger logger, Library library, boolean verbose)
          Creation of a new standard builder.
 

Uses of Logger in net.dpml.transit
 

Methods in net.dpml.transit that return Logger
protected  Logger DefaultModel.getLogger()
          Return the assigned logging channel.
 

Methods in net.dpml.transit with parameters of type Logger
static DefaultTransitModel DefaultTransitModel.getDefaultModel(Logger logger)
          Resolve the transit configuration using the default resource path local:xml:dpml/transit/config.
static DefaultTransitModel DefaultTransitModel.getSecureModel(Logger logger)
          Return a model that is restricted to the secure local environment with no proxy setting or external hosts.
 

Constructors in net.dpml.transit with parameters of type Logger
DefaultModel(EventQueue queue, Logger logger)
          Creation of a new model.
DefaultTransitModel(EventQueue queue, Logger logger, TransitDirective directive)
          Creation of a new TransitModel using a supplied configuration and logging channel.
DefaultTransitModel(Logger logger, TransitDirective directive)
          Creation of a new TransitModel using a supplied configuration and logging channel.
TransitBuilder(Logger logger)
          Creation of a new transit configuration builder.
 

Uses of Logger in net.dpml.transit.console
 

Constructors in net.dpml.transit.console with parameters of type Logger
TransitConsoleHandler(Logger logger, String[] args)
          Creation of a new Transit CLI handler.
 

Uses of Logger in net.dpml.transit.management
 

Constructors in net.dpml.transit.management with parameters of type Logger
TransitController(Logger logger, TransitModel model)
           
TransitController(javax.management.MBeanServer server, Logger logger, TransitModel model)
           
 

Uses of Logger in net.dpml.transit.monitor
 

Subinterfaces of Logger in net.dpml.transit.monitor
 interface Adapter
          Utility interface defining a monitor adapter.
 

Classes in net.dpml.transit.monitor that implement Logger
 class LoggingAdapter
          Generic adapter that redirects monitor events to a logging channel.
 

Methods in net.dpml.transit.monitor that return Logger
 Logger LoggingAdapter.getChildLogger(String category)
          Return a child logger.
 

Uses of Logger in net.dpml.transit.tools
 

Classes in net.dpml.transit.tools that implement Logger
 class AntAdapter
          A ant montor for download messages.
 

Methods in net.dpml.transit.tools that return Logger
 Logger AntAdapter.getChildLogger(String category)
          Create a new subsidiary logging channel.
 

Uses of Logger in net.dpml.util
 

Classes in net.dpml.util that implement Logger
 class DefaultLogger
          Generic logging channel.
 

Methods in net.dpml.util that return Logger
 Logger DefaultLogger.getChildLogger(String category)
          Return a child logger.
 Logger Logger.getChildLogger(String category)
          Return a child logger relative to the current logger.
protected  Logger UnicastEventSource.getLocalLogger()
          Return the logging channel assigned to the event source.
 

Constructors in net.dpml.util with parameters of type Logger
DOM3DocumentBuilder(Logger logger)
          Creation of a new DOM3 document builder.
DOM3DocumentBuilder(Logger logger, Map map)
          Creation of a new DOM3 document builder.
EventQueue(Logger logger)
          Deprecated. Use new EventQueue( logger, "Thread name" ) instead.
EventQueue(Logger logger, String name)
          Creation of a new model.
UnicastEventSource(EventQueue queue, Logger logger)
          Creation of a new UnicastEventSource.