|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Mediator
Method Summary | |
---|---|
void |
addSource(TopEntity src)
add a source component to this mediator. |
Identifier |
getMediationService()
Returns the mediation service of this mediator. |
TopEntity |
getTarget()
Returns the target component of this mediator. |
java.util.Set |
listSources()
Returns set of the source components for this mediator. |
void |
removeSource(Identifier id)
remove a source component from this mediator. |
void |
removeSource(TopEntity src)
remove a source component from this mediator. |
void |
setMediationSerivice(Identifier medServiceID)
Sets the ID of the service which performs the actual mediation. |
void |
setTarget(TopEntity target)
Sets the target component of this mediator. |
Methods inherited from interface org.wsmo.common.TopEntity |
---|
addMediator, addNamespace, addOntology, findNamespace, getDefaultNamespace, getWsmlVariant, listMediators, listNamespaces, listOntologies, removeMediator, removeMediator, removeNamespace, removeNamespace, removeOntology, removeOntology, setDefaultNamespace, setDefaultNamespace, setWsmlVariant |
Methods inherited from interface org.wsmo.common.Entity |
---|
addNFPValue, addNFPValue, getIdentifier, listNFPValues, listNFPValues, removeNFP, removeNFPValue, removeNFPValue |
Method Detail |
---|
java.util.Set listSources() throws SynchronisationException
SynchronisationException
TopEntity
void addSource(TopEntity src) throws SynchronisationException, InvalidModelException
src
- a source component of this mediator.
SynchronisationException
InvalidModelException
removeSource(TopEntity src)
,
removeSource(Identifier id)
void removeSource(TopEntity src) throws SynchronisationException, InvalidModelException
src
- : a source component to remove.
SynchronisationException
InvalidModelException
removeSource(Identifier id)
void removeSource(Identifier id) throws SynchronisationException, InvalidModelException
src
- : a source component to remove.
SynchronisationException
InvalidModelException
removeSource(TopEntity src)
TopEntity getTarget() throws SynchronisationException
SynchronisationException
setTarget(TopEntity target)
void setTarget(TopEntity target) throws SynchronisationException, InvalidModelException
target
- : The new target component.
SynchronisationException
InvalidModelException
getTarget()
Identifier getMediationService() throws SynchronisationException
SynchronisationException
setMediationSerivice(Identifier medServiceID)
void setMediationSerivice(Identifier medServiceID) throws SynchronisationException, InvalidModelException
newServiceID
- The ID of the service which performs the actual mediation.
SynchronisationException
InvalidModelException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |