IBM DB2 Information Integrator
Java API Reference
for Developing Wrappers

com.ibm.db2.wrapper
Class FencedGenericWrapper

java.lang.Object
  extended bycom.ibm.db2.wrapper.SqlqgBaseClass
      extended bycom.ibm.db2.wrapper.Wrapper
          extended bycom.ibm.db2.wrapper.FencedWrapper
              extended bycom.ibm.db2.wrapper.FencedGenericWrapper

public class FencedGenericWrapper
extends FencedWrapper

The FencedGenericWrapper class represents a nonrelational wrapper on the fenced (untrusted) process space.

Usage:
The wrapper must implement a subclass of FencedGenericWrapper. The name of the wrapper-specific fenced wrapper class is specified as the value of the FENCED_WRAPPER_CLASS option in the CREATE WRAPPER statement. This name can also be specified by calling the UnfencedWrapper.setFencedWrapperClass(com.ibm.db2.wrapper.WrapperInfo, java.lang.String) method during the wrapper validation process of the UnfencedWrapper.verifyMyRegisterWrapperInfo(WrapperInfo) method.

Since:
IBM DB2 Information Integrator Version 8.2

Constructor Summary
protected FencedGenericWrapper()
          Construct a new FencedGenricWrapper object.
 
Method Summary
 char getType()
          Retrieve the wrapper type.
 
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

FencedGenericWrapper

protected FencedGenericWrapper()
Construct a new FencedGenricWrapper object.

Since:
IBM DB2 Information Integrator Version 8.2
See Also:
FencedWrapper
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.