Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Class DKAdminDomainDefFed

java.lang.Object
  |
  +--com.ibm.mm.sdk.common.dkAbstractAdminDomainDef
        |
        +--com.ibm.mm.sdk.common.DKAdminDomainDefFed
All Implemented Interfaces:
dkAdminDomainDef, DKMessageId, java.io.Serializable

public class DKAdminDomainDefFed
extends dkAbstractAdminDomainDef
implements java.io.Serializable

The DKAdminDomainDefFed class is the implementation of the abstract class dkAdminDomainDef. It represents an administrative domain object.

See Also:
dkAdminDomainDef, Serialized Form

Fields inherited from interface com.ibm.mm.sdk.common.DKMessageId
    For details, see the class or interface
 
Constructor Summary
DKAdminDomainDefFed()
          Default constructor Constructs an administrative domain object.
DKAdminDomainDefFed(dkDatastore ds)
          Constructs an administrative domain object and initializes it with the datastore.
 
Method Summary
 java.lang.String[] getACLNames()
          Gets a list of ACL names in this admin domain
 java.lang.String[] getPrivSetNames()
          Gets a list of privilege set names in this admin domain
 java.lang.String[] getUserGroupNames()
          Gets a list of user group names in this admin domain
 java.lang.String[] getUserNames()
          Gets a list of user names in this admin domain
 void setACLNames(java.lang.String[] s)
          Sets a list of ACL names to this admin domain
 void setPrivSetNames(java.lang.String[] s)
          Sets a list of privilege set names to this admin domain
 void setUserGroupNames(java.lang.String[] s)
          Sets a list of user group names to this admin domain
 void setUserNames(java.lang.String[] s)
          Sets a list of user names to this admin domain
 
Methods inherited from class com.ibm.mm.sdk.common.dkAbstractAdminDomainDef
getDatastore, getDescription, getID, getName, getNLSLanguage, getResourceMgrNames, getSMSCollectionNames, setDatastore, setDescription, setID, setName, setNLSLanguage, setResourceMgrNames, setSMSCollectionNames
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DKAdminDomainDefFed

public DKAdminDomainDefFed()
Default constructor Constructs an administrative domain object.

DKAdminDomainDefFed

public DKAdminDomainDefFed(dkDatastore ds)
Constructs an administrative domain object and initializes it with the datastore.
Parameters:
ds - dkDatastore reference
Method Detail

getUserNames

public java.lang.String[] getUserNames()
                                throws DKException,
                                       java.lang.Exception
Gets a list of user names in this admin domain
Overrides:
getUserNames in class dkAbstractAdminDomainDef
Returns:
a list of the user names
Throws:
DKException - when error occurs in the server

setUserNames

public void setUserNames(java.lang.String[] s)
                  throws DKException,
                         java.lang.Exception
Sets a list of user names to this admin domain
Overrides:
setUserNames in class dkAbstractAdminDomainDef
Parameters:
list - of user names
Throws:
DKException - when error occurs in the server

getUserGroupNames

public java.lang.String[] getUserGroupNames()
                                     throws DKNotExistException,
                                            DKException,
                                            java.lang.Exception
Gets a list of user group names in this admin domain
Overrides:
getUserGroupNames in class dkAbstractAdminDomainDef
Returns:
a list of the user group names
Throws:
DKException - when error occurs in the server

setUserGroupNames

public void setUserGroupNames(java.lang.String[] s)
                       throws DKException,
                              java.lang.Exception
Sets a list of user group names to this admin domain
Overrides:
setUserGroupNames in class dkAbstractAdminDomainDef
Parameters:
list - of user group names
Throws:
DKException - when error occurs in the server

getPrivSetNames

public java.lang.String[] getPrivSetNames()
                                   throws DKException,
                                          java.lang.Exception
Gets a list of privilege set names in this admin domain
Overrides:
getPrivSetNames in class dkAbstractAdminDomainDef
Returns:
a list of the privilege set names
Throws:
DKException - when error occurs in the server

setPrivSetNames

public void setPrivSetNames(java.lang.String[] s)
                     throws DKException,
                            java.lang.Exception
Sets a list of privilege set names to this admin domain
Overrides:
setPrivSetNames in class dkAbstractAdminDomainDef
Parameters:
list - of privilege set names
Throws:
DKException - when error occurs in the server

getACLNames

public java.lang.String[] getACLNames()
                               throws DKException,
                                      java.lang.Exception
Gets a list of ACL names in this admin domain
Overrides:
getACLNames in class dkAbstractAdminDomainDef
Returns:
a list of the ACL names
Throws:
DKException - when error occurs in the server

setACLNames

public void setACLNames(java.lang.String[] s)
                 throws DKException,
                        java.lang.Exception
Sets a list of ACL names to this admin domain
Overrides:
setACLNames in class dkAbstractAdminDomainDef
Parameters:
list - of ACL names
Throws:
DKException - when error occurs in the server

EIP Java APIs

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