diff options
author | Bernard Normier <bernard@zeroc.com> | 2005-09-22 19:00:16 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2005-09-22 19:00:16 +0000 |
commit | b36fa5c7873532d768cf736fa803e2ab762f5464 (patch) | |
tree | 0fe4eb1e026fa0dc25e01a75849f3a5391341ac3 /java/src/IceGrid/TreeNode/Application.java | |
parent | Fix Sun compile (diff) | |
download | ice-b36fa5c7873532d768cf736fa803e2ab762f5464.tar.bz2 ice-b36fa5c7873532d768cf736fa803e2ab762f5464.tar.xz ice-b36fa5c7873532d768cf736fa803e2ab762f5464.zip |
Propagate service-order move in template to instances
Diffstat (limited to 'java/src/IceGrid/TreeNode/Application.java')
-rwxr-xr-x | java/src/IceGrid/TreeNode/Application.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/src/IceGrid/TreeNode/Application.java b/java/src/IceGrid/TreeNode/Application.java index ac4e187da38..68411b09c48 100755 --- a/java/src/IceGrid/TreeNode/Application.java +++ b/java/src/IceGrid/TreeNode/Application.java @@ -326,6 +326,10 @@ public class Application extends EditableParent return (Node)_nodes.findChild(id);
}
+ java.util.List findServerInstances(String template)
+ {
+ return _nodes.findServerInstances(template);
+ }
TemplateDescriptor findServerTemplateDescriptor(String templateName)
{
|