Add a method to the DomainRegistry to get the contribution uri for the composite taht contains a running component

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132613 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
antelder 2011-06-06 12:37:56 +00:00
parent 65d3b78452
commit 4ba5ef263d

View file

@ -924,5 +924,11 @@ public class DeployerImpl implements Deployer {
// TODO Auto-generated method stub
return null;
}
@Override
public String getContainingCompositesContributionURI(String componentName) {
// TODO Auto-generated method stub
return null;
}
}
}