Uses of Class
net.dpml.lang.UnknownKeyException

Packages that use UnknownKeyException
net.dpml.metro Internal and remote component model management interface. 
net.dpml.station Server activation framework. 
net.dpml.station.server Process management controller implementation. 
net.dpml.tools.info Immutable datatypes dealing with the Ant-based builder configuration. 
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 UnknownKeyException in net.dpml.metro
 

Methods in net.dpml.metro that throw UnknownKeyException
 ComponentHandler PartsManager.getComponentHandler(String key)
          Return a local component handler.
 EntryDescriptor ContextModel.getEntryDescriptor(String key)
          Return a of context entry descriptor.
 Directive ContextModel.getEntryDirective(String key)
          Return the current directive assigned to a context entry.
 void ContextModel.setEntryDirective(String key, Directive directive)
          Set a context entry directive value.
 void ContextModel.setEntryDirectives(PartReference[] directives)
          Apply an array of tagged directive as an atomic operation.
 

Uses of UnknownKeyException in net.dpml.station
 

Methods in net.dpml.station that throw UnknownKeyException
 Callback Station.getCallback(String id)
          Return an application reference for the supplied callback id.
 Application Manager.getApplication(String key)
          Return an application reference for the supplied key.
 ApplicationDescriptor ApplicationRegistry.getApplicationDescriptor(String key)
          Get an application descriptor matching the supplied key.
 void ApplicationRegistry.updateApplicationDescriptor(String key, ApplicationDescriptor descriptor)
          Replace an application descriptor within the registry with a supplied descriptor.
 void ApplicationRegistry.removeApplicationDescriptor(String key)
          Remove an application descriptor from the registry.
 

Uses of UnknownKeyException in net.dpml.station.server
 

Methods in net.dpml.station.server that throw UnknownKeyException
 Callback RemoteStation.getCallback(String id)
          Return an callback handler for the supplied id.
 Application RemoteStation.getApplication(String key)
          Return an application reference for the supplied key.
 void RemoteApplicationRegistry.removeApplicationDescriptor(String key)
          Remove an application descriptor from the registry.
 void RemoteApplicationRegistry.updateApplicationDescriptor(String key, ApplicationDescriptor descriptor)
          Replace an application descriptor within the registry with a supplied descriptor.
 ApplicationDescriptor RemoteApplicationRegistry.getApplicationDescriptor(String key)
          Retrieve an application profile.
 

Uses of UnknownKeyException in net.dpml.tools.info
 

Constructors in net.dpml.tools.info that throw UnknownKeyException
BuilderDirective(ListenerDirective[] listeners, String phase, Properties properties)
          Creation of a new library directive.
 

Uses of UnknownKeyException in net.dpml.transit
 

Methods in net.dpml.transit that throw UnknownKeyException
 Layout Transit.getLayout(String id)
          Return a layout object matching the supplied identifier.
 Layout SecuredTransitContext.getLayout(String id)
          Return a layout object matching the supplied identifier.
 Layout LayoutRegistry.getLayout(String id)
          Return a location resolver capable for supporting the supplied id.
 

Uses of UnknownKeyException in net.dpml.transit.model
 

Methods in net.dpml.transit.model that throw UnknownKeyException
 LayoutModel LayoutRegistryModel.getLayoutModel(String id)
          Return a layout resolver model matching the supplied id.
 HostModel CacheModel.getHostModel(String id)
          Return an identified host model.