|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.util.JBossObject
org.jboss.beans.metadata.plugins.InjectionOption
public class InjectionOption
Injection option: * Strict - exactly one matching context (default) * Callback - issue callback once context with matching is present
| Field Summary | |
|---|---|
static InjectionOption |
CALLBACK
Loose |
protected String |
optionString
The type string |
static InjectionOption |
STRICT
Strict |
| Fields inherited from class org.jboss.util.JBossObject |
|---|
hashCode, log, toString |
| Method Summary | |
|---|---|
boolean |
equals(Object object)
|
protected int |
getHashCode()
|
static InjectionOption |
getInstance(String optionString)
Return injection type. |
String |
getOptionString()
Get the state string |
void |
toString(org.jboss.util.JBossStringBuilder buffer)
|
| Methods inherited from class org.jboss.util.JBossObject |
|---|
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, hashCode, list, notEqual, toShortString, toShortString, toString, toStringImplementation |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final InjectionOption STRICT
public static final InjectionOption CALLBACK
protected final String optionString
| Method Detail |
|---|
public static InjectionOption getInstance(String optionString)
optionString - type
public String getOptionString()
public boolean equals(Object object)
equals in class Objectpublic void toString(org.jboss.util.JBossStringBuilder buffer)
toString in class org.jboss.util.JBossObjectprotected int getHashCode()
getHashCode in class org.jboss.util.JBossObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||