|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.osgi.spi.framework.AbstractInstanceProvider
public abstract class AbstractInstanceProvider
Provide a named instance from the configuration.
| Constructor Summary | |
|---|---|
AbstractInstanceProvider()
|
|
| Method Summary | ||
|---|---|---|
|
getInstance(java.lang.String name,
java.lang.Class<T> expectedType)
Get a named instance for a given type |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jboss.osgi.spi.framework.NamedInstanceProvider |
|---|
getInstance |
| Constructor Detail |
|---|
public AbstractInstanceProvider()
| Method Detail |
|---|
public <T> T getInstance(java.lang.String name,
java.lang.Class<T> expectedType)
NamedInstanceProvider
getInstance in interface NamedInstanceProviderT - exact attribute typename - the attribute nameexpectedType - the expected type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||