Package com.zeroc.IceGrid
Class ServerInstanceDescriptor
java.lang.Object
com.zeroc.IceGrid.ServerInstanceDescriptor
- All Implemented Interfaces:
Serializable
,Cloneable
A server template instance descriptor.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe template parameter values.The property set.The services property sets.The template used by this instance. -
Constructor Summary
ConstructorsConstructorDescriptionServerInstanceDescriptor
(String template, Map<String, String> parameterValues, PropertySetDescriptor propertySet, Map<String, PropertySetDescriptor> servicePropertySets) -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
static ServerInstanceDescriptor
ice_read
(InputStream istr) static Optional<ServerInstanceDescriptor>
ice_read
(InputStream istr, int tag) void
ice_readMembers
(InputStream istr) static void
ice_write
(OutputStream ostr, int tag, ServerInstanceDescriptor v) static void
ice_write
(OutputStream ostr, int tag, Optional<ServerInstanceDescriptor> v) static void
void
ice_writeMembers
(OutputStream ostr)
-
Field Details
-
template
The template used by this instance. -
parameterValues
The template parameter values. -
propertySet
The property set. -
servicePropertySets
The services property sets. It's only valid to set these property sets if the template is an IceBox server template.
-
-
Constructor Details
-
ServerInstanceDescriptor
public ServerInstanceDescriptor() -
ServerInstanceDescriptor
public ServerInstanceDescriptor(String template, Map<String, String> parameterValues, PropertySetDescriptor propertySet, Map<String, PropertySetDescriptor> servicePropertySets)
-
-
Method Details