IBM DB2 Information Integrator
Java API Reference
for Developing Wrappers

com.ibm.db2.wrapper
Class FencedGenericNickname

java.lang.Object
  extended bycom.ibm.db2.wrapper.SqlqgBaseClass
      extended bycom.ibm.db2.wrapper.Nickname
          extended bycom.ibm.db2.wrapper.FencedNickname
              extended bycom.ibm.db2.wrapper.FencedGenericNickname

public class FencedGenericNickname
extends FencedNickname

The FencedGenericNickname class represents a nonrelational nickname in the fenced (untrusted) process space. This class is responsible for validating information from the CREATE NICKNAME statement.

Usage:
The wrapper must implement a subclass of FencedGenericNickname. This class is instantiated by the wrapper in the createNickname method of the wrapper-specific subclass of FencedGenericServer.

Since:
IBM DB2 Information Integrator Version 8.2

Constructor Summary
protected FencedGenericNickname(java.lang.String schema, java.lang.String name, FencedGenericServer server)
          Construct a nickname with the specified schema and name for the specified data source server.
 
Methods inherited from class com.ibm.db2.wrapper.Nickname
destroy, getInfo, getLocalName, getLocalSchema, getServer, getWrapper, initializeMyNickname, verifyMyRegisterNicknameInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FencedGenericNickname

protected FencedGenericNickname(java.lang.String schema,
                                java.lang.String name,
                                FencedGenericServer server)
Construct a nickname with the specified schema and name for the specified data source server.

Parameters:
schema - The local DB2 Information Integrator schema name for the remote data set that is defined for this nickname.
name - The local DB2 Information Integrator name for the remote data set that is defined for this nickname.
server - The data source server object that contains the nickname.
Since:
IBM DB2 Information Integrator Version 8.2

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.