|
eXo Kernel :: Container 2.5.0-Alpha2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.container.AbstractComponentAdapter<T>
org.exoplatform.container.jmx.MX4JComponentAdapter<T>
public class MX4JComponentAdapter<T>
| Field Summary | |
|---|---|
protected ConcurrentContainer |
container
. |
protected ExoContainer |
exocontainer
. |
| Constructor Summary | |
|---|---|
MX4JComponentAdapter(ExoContainer holder,
ConcurrentContainer container,
Object key,
Class<T> implementation)
|
|
| Method Summary | |
|---|---|
T |
create(javax.enterprise.context.spi.CreationalContext<T> creationalContext)
|
void |
destroy(T instance,
javax.enterprise.context.spi.CreationalContext<T> creationalContext)
|
boolean |
equals(Object obj)
|
T |
getComponentInstance()
Retrieve the component instance. |
String |
getId()
|
Class<? extends Annotation> |
getScope()
Gives the scope of the adapter |
int |
hashCode()
|
boolean |
isSingleton()
Indicates whether or not this adapter is a singleton |
| Methods inherited from class org.exoplatform.container.AbstractComponentAdapter |
|---|
checkTypeCompatibility, getComponentImplementation, getComponentKey, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final transient ExoContainer exocontainer
protected final transient ConcurrentContainer container
| Constructor Detail |
|---|
public MX4JComponentAdapter(ExoContainer holder,
ConcurrentContainer container,
Object key,
Class<T> implementation)
| Method Detail |
|---|
public T getComponentInstance()
ComponentAdapter
public Class<? extends Annotation> getScope()
public boolean isSingleton()
public T create(javax.enterprise.context.spi.CreationalContext<T> creationalContext)
create in interface javax.enterprise.context.spi.Contextual<T>
public void destroy(T instance,
javax.enterprise.context.spi.CreationalContext<T> creationalContext)
destroy in interface javax.enterprise.context.spi.Contextual<T>public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String getId()
getId in interface javax.enterprise.inject.spi.PassivationCapable
|
eXo Kernel :: Container 2.5.0-Alpha2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||