Uses of Class
net.dpml.lang.DuplicateKeyException

Packages that use DuplicateKeyException
net.dpml.station Server activation framework. 
net.dpml.station.server Process management controller implementation. 
 

Uses of DuplicateKeyException in net.dpml.station
 

Methods in net.dpml.station that throw DuplicateKeyException
 void ApplicationRegistry.addApplicationDescriptor(String key, ApplicationDescriptor descriptor)
          Add an application descriptor to the registry.
 

Uses of DuplicateKeyException in net.dpml.station.server
 

Methods in net.dpml.station.server that throw DuplicateKeyException
 void RemoteApplicationRegistry.addApplicationDescriptor(String key, ApplicationDescriptor descriptor)
          Add an application descriptor to the registry.