Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Class DKHandle

java.lang.Object
  |
  +--com.ibm.mm.sdk.common.DKHandle
All Implemented Interfaces:
java.io.Serializable

public class DKHandle
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DKHandle(DKHandle handle)
          Constructs a Handle
DKHandle(java.lang.Object value, java.lang.String type)
          Constructs a Handle
 
Method Summary
 java.lang.Object handle()
          Gets the handle
 java.lang.String type()
          Gets the datastore type
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DKHandle

public DKHandle(java.lang.Object value,
                java.lang.String type)
Constructs a Handle
Parameters:
value - handle
type - datastore type

DKHandle

public DKHandle(DKHandle handle)
Constructs a Handle
Parameters:
handle - Handle
Method Detail

handle

public java.lang.Object handle()
Gets the handle
Returns:
handle

type

public java.lang.String type()
Gets the datastore type
Returns:
type

EIP Java APIs

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.