IBM DB2 Information Integrator
Java API Reference
for Developing Wrappers

com.ibm.db2.wrapper
Class FencedGenericRemoteUser

java.lang.Object
  extended bycom.ibm.db2.wrapper.SqlqgBaseClass
      extended bycom.ibm.db2.wrapper.RemoteUser
          extended bycom.ibm.db2.wrapper.FencedRemoteUser
              extended bycom.ibm.db2.wrapper.FencedGenericRemoteUser

public class FencedGenericRemoteUser
extends FencedRemoteUser

The FencedGenericRemoteUser class represents a user mapping for a nonrelational data source in the fenced (untrusted) process space.

Usage:
This class is instantiated by the wrapper in the createRemoteUser method of the wrapper-specific subclass of FencedGenericServer class. The wrapper implements a subclass of FencedGenericRemoteUser if wrapper-specific user mapping options are supported.

Since:
IBM DB2 Information Integrator Version 8.2

Field Summary
 
Fields inherited from class com.ibm.db2.wrapper.RemoteUser
REMOTE_AUTHID_OPTION, REMOTE_PASSWORD_OPTION
 
Constructor Summary
FencedGenericRemoteUser(java.lang.String localName, FencedGenericServer server)
          Construct a user mapping with a specified name for the specified data source server.
 
Methods inherited from class com.ibm.db2.wrapper.RemoteUser
destroy, getInfo, getLocalName, getWrapper, initializeMyUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FencedGenericRemoteUser

public FencedGenericRemoteUser(java.lang.String localName,
                               FencedGenericServer server)
Construct a user mapping with a specified name for the specified data source server.

Parameters:
localName - The local DB2 Information Integrator name of the user mapping.
server - The server object that contains the user mapping.
Since:
IBM DB2 Information Integrator Version 8.2
See Also:
FencedRemoteUser, FencedGenericServer

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.