Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.codehaus.plexus.personality.plexus.lifecycle.phase.PlexusContainerLocator
Field Summary | |
private PlexusContainer |
Constructor Summary | |
|
Method Summary | |
boolean |
|
boolean |
|
Object |
|
Object |
|
List |
|
Map |
|
void |
|
void |
|
void |
|
public boolean hasComponent(String componentKey)
- Specified by:
- hasComponent in interface ServiceLocator
- See Also:
org.codehaus.xfire.lifecycle.ServiceLocator.hasComponent(java.lang.String)
public boolean hasComponent(String role, String roleHint)
- Specified by:
- hasComponent in interface ServiceLocator
- See Also:
org.codehaus.xfire.lifecycle.ServiceLocator.hasComponent(java.lang.String, java.lang.String)
public Object lookup(String componentKey) throws ComponentLookupException
- Specified by:
- lookup in interface ServiceLocator
- See Also:
org.codehaus.xfire.lifecycle.ServiceLocator.lookup(java.lang.String)
public Object lookup(String role, String roleHint) throws ComponentLookupException
- Specified by:
- lookup in interface ServiceLocator
- See Also:
org.codehaus.xfire.lifecycle.ServiceLocator.lookup(java.lang.String, java.lang.String)
public List lookupList(String role) throws ComponentLookupException
- Specified by:
- lookupList in interface ServiceLocator
- See Also:
org.codehaus.xfire.lifecycle.ServiceLocator.lookupList(java.lang.String)
public Map lookupMap(String role) throws ComponentLookupException
- Specified by:
- lookupMap in interface ServiceLocator
- See Also:
org.codehaus.xfire.lifecycle.ServiceLocator.lookupMap(java.lang.String)
public void release(Object component) throws ComponentLifecycleException
- Specified by:
- release in interface ServiceLocator
- See Also:
org.codehaus.xfire.lifecycle.ServiceLocator.release(java.lang.Object)
public void releaseAll(List components) throws ComponentLifecycleException
- Specified by:
- releaseAll in interface ServiceLocator
- See Also:
org.codehaus.xfire.lifecycle.ServiceLocator.releaseAll(java.util.List)
public void releaseAll(Map components) throws ComponentLifecycleException
- Specified by:
- releaseAll in interface ServiceLocator
- See Also:
org.codehaus.xfire.lifecycle.ServiceLocator.releaseAll(java.util.Map)