|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.adapters.jdbc.JBossWrapper
public class JBossWrapper

JBossWrapper.
| Constructor Summary | |
|---|---|
JBossWrapper()
Constructor |
|
| Method Summary | ||
|---|---|---|
protected Object |
getWrappedObject()
Get the wrapped object - override in sub-classes |
|
boolean |
isWrapperFor(Class<?> iface)
Is a wrapper for |
|
|
unwrap(Class<T> iface)
Unwrap |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JBossWrapper()
| Method Detail |
|---|
public boolean isWrapperFor(Class<?> iface)
throws SQLException
iface - The interface
SQLException - Thrown if an error occurs
public <T> T unwrap(Class<T> iface)
throws SQLException
T - the typeiface - The interface
SQLException - Thrown if an error occurs
protected Object getWrappedObject()
throws SQLException
SQLException - Thrown if an error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||