|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.jca.cfg.ObjectConfig
public class ObjectConfig
Configuration for an object with config values.
| Constructor Summary | |
|---|---|
ObjectConfig()
|
|
| Method Summary | |
|---|---|
void |
addConfigProperty(ConfigPropertyConfig property)
Adds a new config property. |
java.lang.Class |
getType()
Gets the config property type. |
java.lang.Object |
instantiate()
Instantiates the object and sets the default properties. |
void |
setType(java.lang.Class type)
Sets the type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectConfig()
| Method Detail |
|---|
public void setType(java.lang.Class type)
throws ConfigException
ConfigExceptionpublic java.lang.Class getType()
public void addConfigProperty(ConfigPropertyConfig property)
throws ConfigException
ConfigException
public java.lang.Object instantiate()
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||