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.test.composite Composite test components. 
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.
 Provider PartsManager.getProvider(String key)
          Return a component handler.
 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
 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.
 Callback Station.getCallback(String id)
          Return an application reference for the supplied callback id.
 void ApplicationRegistry.removeApplicationDescriptor(String key)
          Remove an application descriptor from the registry.
 void ApplicationRegistry.updateApplicationDescriptor(String key, ApplicationDescriptor descriptor)
          Replace an application descriptor within the registry with a supplied descriptor.
 

Uses of UnknownKeyException in net.dpml.station.server
 

Methods in net.dpml.station.server that throw UnknownKeyException
 Application RemoteStation.getApplication(String key)
          Return an application reference for the supplied key.
 ApplicationDescriptor RemoteApplicationRegistry.getApplicationDescriptor(String key)
          Retrieve an application profile.
 Callback RemoteStation.getCallback(String id)
          Return an callback handler for the supplied id.
 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.
 

Uses of UnknownKeyException in net.dpml.test.composite
 

Constructors in net.dpml.test.composite that throw UnknownKeyException
PartsComponent(Logger logger, PartsComponent.Context context, PartsManager parts)
          Creation of a new composite component instance.
 

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 LayoutRegistry.getLayout(String id)
          Return a location resolver capable for supporting the supplied id.
 Layout SecuredTransitContext.getLayout(String id)
          Return a layout object matching the supplied identifier.
 Layout Transit.getLayout(String id)
          Return a layout object matching the supplied identifier.
 

Uses of UnknownKeyException in net.dpml.transit.model
 

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