|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--net.sf.panoptes.model.component.registry.ComponentEntry
Represents a IComponent entry in the Registry. Original code from JBoss.
IComponent,
ComponentRegistry| Constructor Summary | |
ComponentEntry(ComponentName componentName,
Component component)
Construct a new component registration entry. |
|
| Method Summary | |
Component |
getComponent()
Retrieve the component. |
ComponentName |
getComponentName()
Retrieve the object name with the component is registered. |
java.lang.String |
getResourceClassName()
Retrieve the class name for the component. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ComponentEntry(ComponentName componentName,
Component component)
componentName - the name with which the component is registered| Method Detail |
public ComponentName getComponentName()
public java.lang.String getResourceClassName()
public Component getComponent()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||