Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Class DKServerTypeDefFed

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

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

See Also:
Serialized Form

Constructor Summary
DKServerTypeDefFed()
           
DKServerTypeDefFed(dkDatastore ds)
          Constructs a new DKServerTypeDefFed class with owner datastore object
DKServerTypeDefFed(int type)
          Construct a DKServerTypeDefFed object initialized to the specified name
 
Method Summary
 void add()
          Adds this Server Type entry to become a persistent part in the federated database
 void del()
          Removes this Server Type entry from the persistent federated database
 java.lang.String getAXClass()
          Get ActiveX class name.
 java.lang.String getCppClass()
          Get C++ class name.
 dkDatastore getDatastore()
          Gets the reference to the owner datastore object
 java.lang.String getDatasttype()
          Get key for server type.
 java.lang.String getDescription()
          Get the description for this server type.
 java.lang.String getGuiClass()
          Get gui class name.
 java.lang.String getJavaClass()
          Get Java class name.
 void setAXClass(java.lang.String name)
          Set ActiveX class name.
 void setCppClass(java.lang.String name)
          Set C++ class name.
 void setDatastore(dkDatastore ds)
          Sets the reference to the owner datastore object
 void setDatasttype(java.lang.String name)
          Set key for server type.
 void setDescription(java.lang.String desc)
          Set the description for this server type.
 void setGuiClass(java.lang.String name)
          Set gui class name.
 void setJavaClass(java.lang.String name)
          Set Java class name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DKServerTypeDefFed

public DKServerTypeDefFed()

DKServerTypeDefFed

public DKServerTypeDefFed(int type)
Construct a DKServerTypeDefFed object initialized to the specified name

DKServerTypeDefFed

public DKServerTypeDefFed(dkDatastore ds)
                   throws java.lang.Exception,
                          DKException
Constructs a new DKServerTypeDefFed class with owner datastore object
Parameters:
ds - reference to owner datastore object
Method Detail

setDatastore

public void setDatastore(dkDatastore ds)
Sets the reference to the owner datastore object

getDatastore

public dkDatastore getDatastore()
Gets the reference to the owner datastore object
Returns:
the dkDatastore object

add

public void add()
         throws DKException,
                java.lang.Exception
Adds this Server Type entry to become a persistent part in the federated database

del

public void del()
         throws DKException,
                java.lang.Exception
Removes this Server Type entry from the persistent federated database

getDescription

public java.lang.String getDescription()
Get the description for this server type.

setDescription

public void setDescription(java.lang.String desc)
Set the description for this server type.

getDatasttype

public java.lang.String getDatasttype()
Get key for server type.

setDatasttype

public void setDatasttype(java.lang.String name)
Set key for server type.

getJavaClass

public java.lang.String getJavaClass()
Get Java class name.

setJavaClass

public void setJavaClass(java.lang.String name)
Set Java class name.

getCppClass

public java.lang.String getCppClass()
Get C++ class name.

setCppClass

public void setCppClass(java.lang.String name)
Set C++ class name.

getAXClass

public java.lang.String getAXClass()
Get ActiveX class name.

setAXClass

public void setAXClass(java.lang.String name)
Set ActiveX class name.

getGuiClass

public java.lang.String getGuiClass()
Get gui class name.

setGuiClass

public void setGuiClass(java.lang.String name)
Set gui class name.

EIP Java APIs

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