|
IBM DB2 Information Integrator Java API Reference for Developing Wrappers |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.db2.wrapper.SqlqgBaseClass
com.ibm.db2.wrapper.Wrapper
com.ibm.db2.wrapper.UnfencedWrapper
The UnfencedWrapper class that represents the wrapper on the unfenced (trusted) process space.
Usage:
Do not use this class directly. Instantiating or subclassing the
UnfencedWrapper class directly results in incorrect wrapper behavior.
Subclass the UnfencedGenericWrapper
class.
Method Summary | |
java.lang.String |
getFencedWrapperClass(WrapperInfo wrapperInfo)
Retrieve the wrapper-specific FencedWrapper subclass name from the WrapperInfo object. |
void |
setFencedWrapperClass(WrapperInfo wrapperInfo,
java.lang.String className)
Add the wrapper-specific FencedWrapper subclass name to the WrapperInfo object. |
protected WrapperInfo |
verifyMyAlterWrapperInfo(WrapperInfo wrapperInfo)
Validate the information that is specified on an ALTER WRAPPER statement. |
protected WrapperInfo |
verifyMyRegisterWrapperInfo(WrapperInfo wrapperInfo)
Validate the information that is specified on a CREATE WRAPPER statement. |
Methods inherited from class com.ibm.db2.wrapper.Wrapper |
createServer, destroy, getCorelib, getInfo, getName, getType, getVersion, initializeMyWrapper |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public final java.lang.String getFencedWrapperClass(WrapperInfo wrapperInfo) throws WrapperException
FencedWrapper
subclass name from the WrapperInfo object.
wrapperInfo
- The WrapperInfo object which stores the wrapper catalog information.
WrapperException
- if the method fails.WrapperInfo
public final void setFencedWrapperClass(WrapperInfo wrapperInfo, java.lang.String className) throws WrapperException
FencedWrapper
subclass name to the WrapperInfo object.
wrapperInfo
- The WrapperInfo object where the option is added.className
- The FencedWrapper subclass name.
WrapperException
- if the method fails.WrapperInfo
protected WrapperInfo verifyMyAlterWrapperInfo(WrapperInfo wrapperInfo) throws java.lang.Exception
wrapperInfo
- A WrapperInfo object that contains the information that is provided in the ALTER WRAPPER statement.
java.lang.Exception
- if the verification process fails.WrapperInfo
protected WrapperInfo verifyMyRegisterWrapperInfo(WrapperInfo wrapperInfo) throws java.lang.Exception
wrapperInfo
- A WrapperInfo object that contains the information that is provided in the CREATE WRAPPER statement.
java.lang.Exception
- if the verification process fails.WrapperInfo
|
IBM DB2 Information Integrator Java API Reference for Developing Wrappers |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
(C)Copyright IBM Corp. 2002. All rights reserved.
Links on this page are made available for your convenience and may take you to non-IBM sites. IBM does not warrant any sample code provided on these sites.