|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IManifestBase
This interface represents the collection of objects to be replicated and which dependencies to include.
| Field Summary | |
|---|---|
static java.lang.String |
KIND
|
static java.lang.String |
PROGID
|
| Method Summary | |
|---|---|
IIncludedDependencies |
getIncludedDependencies()
Returns a collection containing relationship dependenncy information. |
java.util.Collection |
getReplicableObjects()
Returns the objects at the origin cluster to be replicated. |
| Field Detail |
|---|
static final java.lang.String KIND
static final java.lang.String PROGID
| Method Detail |
|---|
java.util.Collection getReplicableObjects()
throws SDKException
Returns the objects at the origin cluster to be replicated.
SDKException - This is thrown if the operation is unsuccessful.
IIncludedDependencies getIncludedDependencies()
throws SDKException
Returns a collection containing relationship dependenncy information.
IIncludedDependency objects.
SDKException - This is thrown if the operation is unsuccessful.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||