|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExchangeMailboxStore
Represents the Exchange Mail Box Store
| Field Summary | |
|---|---|
static java.lang.String |
IBM_COPYRIGHT
|
| Method Summary | |
|---|---|
java.lang.String |
getDatabaseName()
The name of the database Best Practice Content or origin of attribute content: None |
java.lang.String |
getDatabasePath()
The path of the database Best Practice Content or origin of attribute content: None |
java.lang.String |
getDistinguishedName()
The distinguished name of the mailbox store Standard Content Origin / Best Practice Content From the WMI classes for Exchange Server 2003: Exchange_Mailbox.StoreName Example CN=Mailbox Store (TV045077),CN=First Storage Group,CN=InformationStore,CN=TV045077,CN=Servers,CN=First Administrative Group,CN=Administrative Groups,CN=tivoli,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=exchange2003,DC=local |
ExchangeMailbox[] |
getMailboxes()
|
java.lang.String |
getMailboxStoreName()
Description The name of the mailbox store Standard Content Origin / Best Practice Content From the WMI classes for Exchange Server 2003: Exchange_Mailbox.StoreName Example Mailbox Store (TV045077) |
ExchangePublicFolderStore |
getPublicFolderStore()
|
ExchangeStorageGroup |
getStorageGroup()
|
java.lang.String |
getStreamingDatabaseName()
The name of the streaming database Standard Content Origin / Best Practice Content None |
java.lang.String |
getStreamingDatabasePath()
The path of the streaming database Standard Content Origin / Best Practice Content None Example C:\Program Files\Exchsrvr\mdbdata\pub1.stm |
boolean |
hasDatabaseName()
|
boolean |
hasDatabasePath()
|
boolean |
hasDistinguishedName()
|
boolean |
hasMailboxes()
|
boolean |
hasMailboxStoreName()
|
boolean |
hasPublicFolderStore()
|
boolean |
hasStorageGroup()
|
boolean |
hasStreamingDatabaseName()
|
boolean |
hasStreamingDatabasePath()
|
void |
setDatabaseName(java.lang.String x)
|
void |
setDatabasePath(java.lang.String x)
|
void |
setDistinguishedName(java.lang.String x)
|
void |
setMailboxes(ExchangeMailbox[] x)
|
void |
setMailboxStoreName(java.lang.String x)
|
void |
setPublicFolderStore(ExchangePublicFolderStore x)
|
void |
setStorageGroup(ExchangeStorageGroup x)
|
void |
setStreamingDatabaseName(java.lang.String x)
|
void |
setStreamingDatabasePath(java.lang.String x)
|
| Methods inherited from interface com.collation.platform.model.topology.core.ManagedElement |
|---|
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles |
| Methods inherited from interface com.collation.platform.model.ModelObject |
|---|
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
| Field Detail |
|---|
static final java.lang.String IBM_COPYRIGHT
| Method Detail |
|---|
java.lang.String getMailboxStoreName()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setMailboxStoreName(java.lang.String x)
boolean hasMailboxStoreName()
java.lang.String getDatabaseName()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setDatabaseName(java.lang.String x)
boolean hasDatabaseName()
java.lang.String getStreamingDatabaseName()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setStreamingDatabaseName(java.lang.String x)
boolean hasStreamingDatabaseName()
ExchangeMailbox[] getMailboxes()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setMailboxes(ExchangeMailbox[] x)
boolean hasMailboxes()
ExchangePublicFolderStore getPublicFolderStore()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setPublicFolderStore(ExchangePublicFolderStore x)
boolean hasPublicFolderStore()
ExchangeStorageGroup getStorageGroup()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setStorageGroup(ExchangeStorageGroup x)
boolean hasStorageGroup()
java.lang.String getStreamingDatabasePath()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setStreamingDatabasePath(java.lang.String x)
boolean hasStreamingDatabasePath()
java.lang.String getDistinguishedName()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setDistinguishedName(java.lang.String x)
boolean hasDistinguishedName()
java.lang.String getDatabasePath()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setDatabasePath(java.lang.String x)
boolean hasDatabasePath()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||