|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.util.JBossObject
org.jboss.managed.api.factory.BaseManagedObjectDefinition
org.jboss.managed.api.factory.ConfigurableManagedObjectDefinition
public class ConfigurableManagedObjectDefinition
Configurable managed object definition.
Field Summary |
---|
Fields inherited from class org.jboss.util.JBossObject |
---|
hashCode, log, toString |
Constructor Summary | |
---|---|
ConfigurableManagedObjectDefinition()
|
|
ConfigurableManagedObjectDefinition(Class<?> type,
ManagedObjectBuilder builder)
|
|
ConfigurableManagedObjectDefinition(ManagedObjectFactory factory)
|
|
ConfigurableManagedObjectDefinition(ManagedObjectFactory factory,
Class<?> type,
ManagedObjectBuilder builder)
|
Method Summary | |
---|---|
ManagedObjectFactory |
getFactory()
Get managed obejct factory. |
protected ManagedObjectFactory |
getMOFactory()
Get factory internal. |
void |
setFactory(ManagedObjectFactory factory)
Set managed object factory. |
void |
start()
Add builder to factory. |
void |
stop()
Remove builder from factory. |
void |
toShortString(org.jboss.util.JBossStringBuilder buffer)
|
protected void |
toString(org.jboss.util.JBossStringBuilder buffer)
|
Methods inherited from class org.jboss.managed.api.factory.BaseManagedObjectDefinition |
---|
getBuilder, getType, isValid, setBuilder, setType |
Methods inherited from class org.jboss.util.JBossObject |
---|
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toString, toStringImplementation |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConfigurableManagedObjectDefinition()
public ConfigurableManagedObjectDefinition(Class<?> type, ManagedObjectBuilder builder)
public ConfigurableManagedObjectDefinition(ManagedObjectFactory factory)
public ConfigurableManagedObjectDefinition(ManagedObjectFactory factory, Class<?> type, ManagedObjectBuilder builder)
Method Detail |
---|
protected ManagedObjectFactory getMOFactory()
public void start()
public void stop()
public ManagedObjectFactory getFactory()
public void setFactory(ManagedObjectFactory factory)
factory
- the managed object factorypublic void toShortString(org.jboss.util.JBossStringBuilder buffer)
toShortString
in interface org.jboss.util.JBossInterface
toShortString
in class BaseManagedObjectDefinition
protected void toString(org.jboss.util.JBossStringBuilder buffer)
toString
in class BaseManagedObjectDefinition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |