summaryrefslogtreecommitdiff
path: root/java/src/IceGridGUI/Application/Adapter.java
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-11-08 14:28:21 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-11-08 14:28:21 +0000
commite68c94861e4ec677c0e66dd9bcfe6c8929a60991 (patch)
treee00773835dedcc49b2f42ccf68e116cc01ab035b /java/src/IceGridGUI/Application/Adapter.java
parentAdded server-lifetime attribute and removed wait-for-activation. (diff)
downloadice-e68c94861e4ec677c0e66dd9bcfe6c8929a60991.tar.bz2
ice-e68c94861e4ec677c0e66dd9bcfe6c8929a60991.tar.xz
ice-e68c94861e4ec677c0e66dd9bcfe6c8929a60991.zip
Renamed "wait for activation" to "server lifetime"
Diffstat (limited to 'java/src/IceGridGUI/Application/Adapter.java')
-rwxr-xr-xjava/src/IceGridGUI/Application/Adapter.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/src/IceGridGUI/Application/Adapter.java b/java/src/IceGridGUI/Application/Adapter.java
index f7153ff7211..b6aea3083ea 100755
--- a/java/src/IceGridGUI/Application/Adapter.java
+++ b/java/src/IceGridGUI/Application/Adapter.java
@@ -130,7 +130,7 @@ class Adapter extends TreeNode implements DescriptorHolder
_descriptor.replicaGroupId = ad.replicaGroupId;
_descriptor.description = ad.description;
_descriptor.registerProcess = ad.registerProcess;
- _descriptor.waitForActivation = ad.waitForActivation;
+ _descriptor.serverLifetime = ad.serverLifetime;
_descriptor.objects = ad.objects;
}
@@ -163,9 +163,9 @@ class Adapter extends TreeNode implements DescriptorHolder
{
attributes.add(createAttribute("priority", _descriptor.priority));
}
- if(!_descriptor.waitForActivation)
+ if(!_descriptor.serverLifetime)
{
- attributes.add(createAttribute("wait-for-activation", "false"));
+ attributes.add(createAttribute("server-lifetime", "false"));
}
if(_descriptor.description.length() == 0