|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.dkAbstractServerDef | +--com.ibm.mm.sdk.common.DKServerDefFed
DKServerDefFed : This class represents a server definition.
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageIdFed |
For details, see the class or interface |
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageId |
For details, see the class or interface |
Fields inherited from interface com.ibm.mm.sdk.common.DKConstantFed |
For details, see the class or interface |
Fields inherited from interface com.ibm.mm.sdk.common.DKConstant |
For details, see the class or interface |
Constructor Summary | |
DKServerDefFed()
|
|
DKServerDefFed(dkDatastore ds)
Constructs a server definition associated with datastore Fed |
Method Summary | |
java.lang.String |
getHostName()
Gets the hostname of this server |
java.lang.String |
getNodeName()
Gets the node name of this server |
java.lang.String |
getOSType()
Gets the operating system type of this server |
int |
getPortNumber()
Gets the port number of this server |
java.lang.String |
getRemoteDatabase()
Gets the remote library server database name of this server |
java.lang.String |
getRepositoryType()
Gets the repository type of this server |
java.lang.String |
getSchemaName()
Gets the schema name of this server |
boolean |
isRemote()
Checks if library server database is remote |
boolean |
isServerAuthentication()
Checks if server authentication information required |
boolean |
isSingleSignOn()
Checks if server supports single sign-on |
void |
setHostName(java.lang.String hostname)
Sets the host name for this server |
void |
setNodeName(java.lang.String nodeName)
Sets the node name for this server |
void |
setOSType(java.lang.String osType)
Sets the operating system type for this server |
void |
setPortNumber(int portNumber)
Sets the port number for this server |
void |
setRemote(boolean remote)
Sets the library server remote database indicator to true or false |
void |
setRemoteDatabase(java.lang.String remoteDB)
Sets the remote database name for this server |
void |
setRepositoryType(java.lang.String type)
Sets the repository type for this server |
void |
setSchemaName(java.lang.String schemaName)
Sets the schema name for this server |
void |
setServerAuthentication(boolean serverAuth)
Sets the server authentication indicator to true or false |
void |
setSingleSignOn(boolean singleSignOn)
Sets the single sign-on indicator to true or false |
Methods inherited from class com.ibm.mm.sdk.common.dkAbstractServerDef |
datastoreType, getDatastore, getName, setDatastore, setName |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKServerDefFed()
public DKServerDefFed(dkDatastore ds)
ds
- datastoreMethod Detail |
public java.lang.String getRepositoryType()
public void setRepositoryType(java.lang.String type)
type
- repository type. Currently, the only supported
repository type is "DB2"public java.lang.String getSchemaName()
public void setSchemaName(java.lang.String schemaName)
schemaName
- the schema name.public boolean isSingleSignOn()
public void setSingleSignOn(boolean singleSignOn)
singleSignOn
- the single sign-on flagpublic boolean isServerAuthentication()
public void setServerAuthentication(boolean serverAuth)
serverAuth
- the server authentication flagpublic boolean isRemote()
public void setRemote(boolean remote)
remote
- the remote library server database flagpublic java.lang.String getHostName()
public void setHostName(java.lang.String hostname)
hostname
- the TCP/IP hostname.
Maximum length is 255 characters.public int getPortNumber()
public void setPortNumber(int portNumber)
portNumber
- the port number. It must
match the port number associated with the service
name of this server.public java.lang.String getRemoteDatabase()
public void setRemoteDatabase(java.lang.String remoteDB)
remoteDB
- the remote database namepublic java.lang.String getNodeName()
public void setNodeName(java.lang.String nodeName)
nodeName
- the node name. It is a
user selected name used as a local alias
to identify server's TCP/IP node. It must be
a valid name for identifier, that is, it is an
alphanumeric string which starts with alphabet.public java.lang.String getOSType()
public void setOSType(java.lang.String osType)
osType
- operating sytem type
Valid values for osType are NT,AIX,SUN,MVS
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |