|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceAlreadyExistsException | |
---|---|
org.apache.xbean.kernel | Defines the kernel interface for managing services and interfaces the kernel uses to interact with the services. |
org.apache.xbean.kernel.standard | Provides the standard kernel implementation. |
Uses of ServiceAlreadyExistsException in org.apache.xbean.kernel |
---|
Methods in org.apache.xbean.kernel that throw ServiceAlreadyExistsException | |
---|---|
void |
Kernel.registerService(ServiceName serviceName,
ServiceFactory serviceFactory)
Registers a service with this kernel. |
Uses of ServiceAlreadyExistsException in org.apache.xbean.kernel.standard |
---|
Methods in org.apache.xbean.kernel.standard that throw ServiceAlreadyExistsException | |
---|---|
void |
ServiceManagerRegistry.registerService(ServiceName serviceName,
ServiceFactory serviceFactory)
Creates a ServiceManager and registers it under the specified name. |
void |
StandardKernel.registerService(ServiceName serviceName,
ServiceFactory serviceFactory)
Registers a service with this kernel. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |