|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Extensible
Objects that implement the Extensible interface can be extended to support new interfaces by providing adapters that implement the new desired interface.
Method Summary | |
---|---|
java.lang.Object |
getExtensionAdapter(java.lang.Class clz)
Returns an object that is an instance of the given class/interface or null if no such extension adapter is available. |
Method Detail |
---|
java.lang.Object getExtensionAdapter(java.lang.Class clz)
clz
- the adapter class to be found.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |