IBM DB2 Information Integrator
Java API Reference
for Developing Wrappers

com.ibm.db2.wrapper
Class UnfencedGenericWrapper

java.lang.Object
  extended bycom.ibm.db2.wrapper.SqlqgBaseClass
      extended bycom.ibm.db2.wrapper.Wrapper
          extended bycom.ibm.db2.wrapper.UnfencedWrapper
              extended bycom.ibm.db2.wrapper.UnfencedGenericWrapper

public class UnfencedGenericWrapper
extends UnfencedWrapper

The UnfencedGenericWrapper class represents a nonrelational wrapper on the unfenced (trusted) process space.

Usage:
The wrapper must implement a subclass of UnfencedGenericWrapper. The name of the user-specific unfenced generic wrapper subclass is specified as the value of the UNFENCED_WRAPPER_CLASS option in the CREATE WRAPPER statement.

Since:
IBM DB2 Information Integrator Version 8.2

Constructor Summary
protected UnfencedGenericWrapper()
          Construct a new UnfencedGenericWrapper object.
 
Method Summary
 char getType()
          Retrieve the wrapper type.
 
Methods inherited from class com.ibm.db2.wrapper.UnfencedWrapper
getFencedWrapperClass, setFencedWrapperClass, verifyMyAlterWrapperInfo, verifyMyRegisterWrapperInfo
 
Methods inherited from class com.ibm.db2.wrapper.Wrapper
createServer, destroy, getCorelib, getInfo, getName, getVersion, initializeMyWrapper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnfencedGenericWrapper

protected UnfencedGenericWrapper()
Construct a new UnfencedGenericWrapper object.

Since:
IBM DB2 Information Integrator Version 8.2
See Also:
UnfencedWrapper
Method Detail

getType

public char getType()
Retrieve the wrapper type. A default implementation returns a value of N. N is the only valid value.

Overrides:
getType in class Wrapper
Returns:
The type of the wrapper. By default, this method returns a value of N.
Since:
IBM DB2 Information Integrator Version 8.2
See Also:
Wrapper

IBM DB2 Information Integrator
Java API Reference
for Developing Wrappers

(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.