|
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.DKServerMapDefFed
Constructor Summary | |
DKServerMapDefFed()
|
|
DKServerMapDefFed(dkDatastore ds)
Constructs a new DKServerMapDefFed class with owner datastore object |
|
DKServerMapDefFed(java.lang.String name)
Construct a DKServerMapDefFed object initialized to the specified name |
Method Summary | |
void |
add()
Adds this Server entry to become a persistent part in the federated database |
java.lang.String |
datastoreName()
Gets the name of this datastore object. |
java.lang.String |
datastoreType()
Gets datastore type |
void |
del()
Removes this Server entry from the persistent federated database |
java.lang.String |
getAXClass()
Get ActiveX class name. |
java.lang.String |
getConnectString()
Get the Initial Parameter String that contains information to connect to Content Management server. |
java.lang.String |
getCppClass()
Get C++ class name. |
dkDatastore |
getDatastore()
Gets the reference to the owner datastore object |
java.lang.String |
getDescription()
Get the description for this server. |
java.lang.String |
getInitializationString()
Get the Initial Parameter String that contains information to initialize Content Management server. |
java.lang.String |
getJavaClass()
Get Java class name. |
java.lang.String |
getName()
Get the server name. |
java.lang.String |
getNativeServerType()
Get the server type. |
java.lang.String |
getNewServerName()
Get the new server name. |
DKTimestamp |
getRefreshTime()
Get the DKTimestamp of the last time Federated Server Inventory program has collected information form this server. |
java.lang.String |
getRemoteHost()
Get the remote host name. |
int |
getRemotePort()
Get port number for remote host. |
java.lang.String |
getServerType()
Get the server type in String. |
dkCollection |
listEntities()
List the entities associated with this server in the inventory table. |
java.lang.String[] |
listEntityNames()
List the entities associated with this server in the inventory table. |
java.lang.String[] |
listNativeEntityNames(java.lang.String fedEntityName)
Gets a list of native entity names for the specified federate entity name |
dkCollection |
listSearchServices()
Gets a list of associated Search Services |
void |
retrieve()
Retrieves this Server entry from the persistent part in the federated database |
void |
setAXClass(java.lang.String name)
Set ActiveX class name. |
void |
setConnectString(java.lang.String connParam)
Set the Initial Parameter String that contains information to connect to Content Management server. |
void |
setCppClass(java.lang.String name)
Set C++ class name. |
void |
setDatastore(dkDatastore ds)
Sets the reference to the owner datastore object |
void |
setDescription(java.lang.String desc)
Set the description for this server. |
void |
setInitializationString(java.lang.String initParam)
Set the Initial Parameter String that contains information to initialize Content Management server. |
void |
setJavaClass(java.lang.String name)
Set Java class name. |
void |
setName(java.lang.String name)
Set the server name. |
void |
setNativeServerType(java.lang.String name)
Set the server type. |
void |
setNewServerName(java.lang.String name)
Set the new server name. |
void |
setRefreshTime(DKTimestamp time)
Set the Timestamp to indicate the last time Federated Server Inventory program has collected information from this server. |
void |
setRemoteHost(java.lang.String name)
Set the remote host name. |
void |
setRemotePort(int port)
Set the port number for remote host |
void |
setSearchService(java.lang.String name,
dkServerDef searchService)
Sets the Search Service for this server |
void |
setServerType(java.lang.String type)
Set the server type in String. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKServerMapDefFed()
public DKServerMapDefFed(java.lang.String name)
public DKServerMapDefFed(dkDatastore ds) throws java.lang.Exception, DKException
ds
- reference to owner datastore objectMethod Detail |
public void setDatastore(dkDatastore ds)
setDatastore
in interface dkServerDef
com.ibm.mm.sdk.common.dkServerDef
ds
- datastorepublic dkDatastore getDatastore()
getDatastore
in interface dkServerDef
public java.lang.String datastoreType()
datastoreType
in interface dkServerDef
public void add() throws DKException, java.lang.Exception
public void retrieve() throws DKException, java.lang.Exception
public void del() throws DKException, java.lang.Exception
public dkCollection listEntities() throws DKException, java.lang.Exception
public java.lang.String[] listEntityNames() throws DKException, java.lang.Exception
public java.lang.String[] listNativeEntityNames(java.lang.String fedEntityName) throws DKException, java.lang.Exception
fedEntityName
- a federate entity namepublic java.lang.String getName()
getName
in interface dkServerDef
com.ibm.mm.sdk.common.dkServerDef
public void setName(java.lang.String name)
setName
in interface dkServerDef
com.ibm.mm.sdk.common.dkServerDef
name
- new name to be set to this server objectpublic java.lang.String datastoreName() throws java.lang.Exception
public java.lang.String getNativeServerType()
public void setNativeServerType(java.lang.String name)
public java.lang.String getNewServerName()
public void setNewServerName(java.lang.String name)
public java.lang.String getServerType()
public void setServerType(java.lang.String type)
public java.lang.String getRemoteHost()
public void setRemoteHost(java.lang.String name)
public int getRemotePort()
public void setRemotePort(int port)
public java.lang.String getJavaClass()
public void setJavaClass(java.lang.String name)
public java.lang.String getCppClass()
public void setCppClass(java.lang.String name)
public java.lang.String getAXClass()
public void setAXClass(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String desc)
public DKTimestamp getRefreshTime()
public void setRefreshTime(DKTimestamp time)
public java.lang.String getConnectString()
public void setConnectString(java.lang.String connParam)
public java.lang.String getInitializationString()
public void setInitializationString(java.lang.String initParam)
public dkCollection listSearchServices() throws DKException, java.lang.Exception
public void setSearchService(java.lang.String name, dkServerDef searchService) throws DKException, java.lang.Exception
name
- search service namesearchService
- search service object
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |