|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectraccoon.core.manager.thin.Component
public class Component
The descriptor of a light weight component.
Constructor Summary | |
---|---|
Component()
|
Method Summary | |
---|---|
void |
addProperty(Property pProperty)
Appends a new configurable element to this component. |
java.lang.String |
getClassName()
The fully qualified class name of this component. |
java.lang.String |
getName()
Logical name of this component. |
java.util.ArrayList |
getProperties()
The configurable elements of this component. |
java.lang.Object |
instanciate()
Creates a new instance of this component. |
void |
setClassName(java.lang.String pClassName)
Assigns the class name for this component. |
void |
setName(java.lang.String pName)
Defines the logical name of this component. |
void |
setProperties(java.util.ArrayList pProperties)
Defines the configurable elements of this component. |
java.lang.String |
toString()
Generates the string representation of this object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Component()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String pName)
pName
- the name of the component.public java.lang.String getClassName()
public void setClassName(java.lang.String pClassName)
pClassName
- a valid java class name.public java.util.ArrayList getProperties()
Property
public void setProperties(java.util.ArrayList pProperties)
pProperties
- an array list of Property
public void addProperty(Property pProperty)
pProperty
- the new property.public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Object instanciate() throws RaccoonException
RaccoonException
- if the component couldn't be instanciated and correctly configured.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |