|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RoutingManager
This interface defines methods for RoutingManager.
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
DataSource |
createDataSource(java.lang.String name,
DataSource.Type type)
Creates a datasource for MDMPIM |
Distribution |
createDistribution(java.lang.String name,
Distribution.Type type)
Creates MDMPIM Distributions with a given type Returns the created Distribution Object |
DistributionGroup |
createDistributionGroup(java.lang.String name)
Creates MDMPIM DistributionGroup with a given Name Returns the created DistributionGroup Object |
DataSource |
getDataSource(java.lang.String name)
Returns DataSource with the given name |
java.util.Collection<DataSource> |
getDataSources()
Retrieve a collection of all the DataSources |
Distribution |
getDistribution(java.lang.String name)
Returns Distribution with the given name |
DistributionGroup |
getDistributionGroup(java.lang.String name)
Returns DistributionGroup with the given name |
java.util.Collection<DistributionGroup> |
getDistributionGroups()
Retrieve a collection of all the DistributionGroups |
java.util.Collection<Distribution> |
getDistributions()
Retrieve a collection of all the Distributions |
Methods inherited from interface com.ibm.pim.common.Manager |
---|
getManagerName |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
DataSource createDataSource(java.lang.String name, DataSource.Type type)
PIMInternalException
- If there is an internal MDMPIM problem
PIMAuthorizationException
- If the user is not authorized to perform this operation
java.lang.IllegalArgumentException
- If null or empty arguments are passedDistribution createDistribution(java.lang.String name, Distribution.Type type)
name
- The name of the Distributiontype
- The type of Distribution to be created
PIMInternalException
- If there is an internal MDMPIM problem
PIMAuthorizationException
- If the user is not authorized to perform this operation
java.lang.IllegalArgumentException
- If null or empty arguments are passedDistributionGroup createDistributionGroup(java.lang.String name)
name
- The name of the DistributionGroup
PIMInternalException
- If there is an internal MDMPIM problem
PIMAuthorizationException
- If the user is not authorized to perform this operation
java.lang.IllegalArgumentException
- If null or empty name argument is passedDistributionGroup getDistributionGroup(java.lang.String name)
name
- The name of the DistributionGroup
PIMInternalException
- If there is an internal problem
PIMAuthorizationException
- If the user is not authorized to perform this operation
java.lang.IllegalArgumentException
- If null or empty name argument is passedDistribution getDistribution(java.lang.String name)
name
- The name of the Distribution
PIMInternalException
- If there is an internal problem
PIMAuthorizationException
- If the user is not authorized to perform this operation
java.lang.IllegalArgumentException
- If null or empty name argument is passedDataSource getDataSource(java.lang.String name)
name
- The name of the DataSource or null if the Datasource with the
name does not exist.
PIMInternalException
- If there is an internal MDMPIM problem
PIMAuthorizationException
- If the user is not authorized to perform this operation
java.lang.IllegalArgumentException
- If null or empty name argument is passedjava.util.Collection<DataSource> getDataSources()
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not authorized to perform this operationjava.util.Collection<Distribution> getDistributions()
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not authorized to perform this operationjava.util.Collection<DistributionGroup> getDistributionGroups()
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not authorized to perform this operation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |