|
||||||||||
| 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
public abstract class BaseManagedObjectDefinition
Base managed object definition.
| Field Summary |
|---|
| Fields inherited from class org.jboss.util.JBossObject |
|---|
hashCode, log, toString |
| Constructor Summary | |
|---|---|
protected |
BaseManagedObjectDefinition()
|
protected |
BaseManagedObjectDefinition(Class<?> type,
ManagedObjectBuilder builder)
|
| Method Summary | |
|---|---|
ManagedObjectBuilder |
getBuilder()
Get builder. |
Class<?> |
getType()
Get type. |
boolean |
isValid()
Is definition valid. |
void |
setBuilder(ManagedObjectBuilder builder)
Set builder. |
void |
setType(Class<?> type)
Set type. |
void |
toShortString(org.jboss.util.JBossStringBuilder buffer)
|
protected void |
toString(org.jboss.util.JBossStringBuilder buffer)
|
| 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 |
|---|
protected BaseManagedObjectDefinition()
protected BaseManagedObjectDefinition(Class<?> type,
ManagedObjectBuilder builder)
| Method Detail |
|---|
public boolean isValid()
public Class<?> getType()
public void setType(Class<?> type)
type - the typepublic ManagedObjectBuilder getBuilder()
public void setBuilder(ManagedObjectBuilder builder)
builder - the builderpublic void toShortString(org.jboss.util.JBossStringBuilder buffer)
toShortString in interface org.jboss.util.JBossInterfacetoShortString in class org.jboss.util.JBossObjectprotected void toString(org.jboss.util.JBossStringBuilder buffer)
toString in class org.jboss.util.JBossObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||