Package com.zeroc.IceGrid
Class ApplicationDescriptor
java.lang.Object
com.zeroc.IceGrid.ApplicationDescriptor
- All Implemented Interfaces:
Serializable
,Cloneable
An application descriptor.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe description of this application.The application distribution.The application name.The application nodes.Property set descriptors.The replica groups.The server templates.The service templates.The variables defined in the application descriptor. -
Constructor Summary
ConstructorsConstructorDescriptionApplicationDescriptor
(String name, Map<String, String> variables, List<ReplicaGroupDescriptor> replicaGroups, Map<String, TemplateDescriptor> serverTemplates, Map<String, TemplateDescriptor> serviceTemplates, Map<String, NodeDescriptor> nodes, DistributionDescriptor distrib, String description, Map<String, PropertySetDescriptor> propertySets) -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
static ApplicationDescriptor
ice_read
(InputStream istr) static Optional<ApplicationDescriptor>
ice_read
(InputStream istr, int tag) void
ice_readMembers
(InputStream istr) static void
ice_write
(OutputStream ostr, int tag, ApplicationDescriptor v) static void
ice_write
(OutputStream ostr, int tag, Optional<ApplicationDescriptor> v) static void
ice_write
(OutputStream ostr, ApplicationDescriptor v) void
ice_writeMembers
(OutputStream ostr)
-
Field Details
-
name
The application name. -
variables
The variables defined in the application descriptor. -
replicaGroups
The replica groups. -
serverTemplates
The server templates. -
serviceTemplates
The service templates. -
nodes
The application nodes. -
distrib
The application distribution. -
description
The description of this application. -
propertySets
Property set descriptors.
-
-
Constructor Details
-
ApplicationDescriptor
public ApplicationDescriptor() -
ApplicationDescriptor
public ApplicationDescriptor(String name, Map<String, String> variables, List<ReplicaGroupDescriptor> replicaGroups, Map<String, TemplateDescriptor> serverTemplates, Map<String, TemplateDescriptor> serviceTemplates, Map<String, NodeDescriptor> nodes, DistributionDescriptor distrib, String description, Map<String, PropertySetDescriptor> propertySets)
-
-
Method Details