IBM DB2 Information Integrator
Java API Reference
for Developing Wrappers

com.ibm.db2.wrapper
Class UnfencedGenericNickname

java.lang.Object
  extended bycom.ibm.db2.wrapper.SqlqgBaseClass
      extended bycom.ibm.db2.wrapper.Nickname
          extended bycom.ibm.db2.wrapper.UnfencedNickname
              extended bycom.ibm.db2.wrapper.UnfencedGenericNickname

public class UnfencedGenericNickname
extends UnfencedNickname

The UnfencedGenericNickname class represents a nonrelational nickname in the unfenced (trusted) process space. This class is responsible for validating information from the CREATE NICKNAME and ALTER NICKNAME statements.

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

Since:
IBM DB2 Information Integrator Version 8.2

Constructor Summary
protected UnfencedGenericNickname(java.lang.String schema, java.lang.String name, UnfencedGenericServer server)
          Construct a nickname with the specified schema and name for the specified data source server.
 
Methods inherited from class com.ibm.db2.wrapper.UnfencedNickname
verifyMyAlterNicknameInfo
 
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

UnfencedGenericNickname

protected UnfencedGenericNickname(java.lang.String schema,
                                  java.lang.String name,
                                  UnfencedGenericServer 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.