Modifier and Type | Method and Description |
---|---|
HandlerDescription |
Handler.getDescription()
Returns the current handler description.
|
Modifier and Type | Field and Description |
---|---|
protected HandlerDescription[] |
InstanceDescription.m_handlers
The list of handlers plugged on the component instance.
|
Modifier and Type | Method and Description |
---|---|
HandlerDescription |
InstanceDescription.getHandlerDescription(java.lang.String handler)
Gets a handler description by specifying the handler qualified name.
|
HandlerDescription[] |
InstanceDescription.getHandlers()
Gets the plugged handler list.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceDescription.addHandler(HandlerDescription desc)
Adds an handler description to the list.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationHandlerDescription
Configuration handler description.
|
Modifier and Type | Method and Description |
---|---|
HandlerDescription |
ConfigurationHandler.getDescription()
Gets the configuration handler description.
|
Modifier and Type | Class and Description |
---|---|
class |
DependencyHandlerDescription
Dependency Handler Description.
|
Modifier and Type | Method and Description |
---|---|
HandlerDescription |
DependencyHandler.getDescription()
Get the dependency handler description.
|
Modifier and Type | Class and Description |
---|---|
class |
ProvidedServiceHandlerDescription
Provided Service Handler Description.
|
Modifier and Type | Method and Description |
---|---|
HandlerDescription |
ProvidedServiceHandler.getDescription()
Build the provided service description.
|
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.