Package com.zeroc.IceGrid
Class ServiceInstanceDescriptor
java.lang.Object
com.zeroc.IceGrid.ServiceInstanceDescriptor
- All Implemented Interfaces:
Serializable
,Cloneable
A service template instance descriptor.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe service definition if the instance isn't a template instance (i.e.: if the template attribute is empty).The template parameter values.The property set.The template used by this instance. -
Constructor Summary
ConstructorsConstructorDescriptionServiceInstanceDescriptor
(String template, Map<String, String> parameterValues, ServiceDescriptor descriptor, PropertySetDescriptor propertySet) -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
static ServiceInstanceDescriptor
ice_read
(InputStream istr) static Optional<ServiceInstanceDescriptor>
ice_read
(InputStream istr, int tag) void
ice_readMembers
(InputStream istr) static void
ice_write
(OutputStream ostr, int tag, ServiceInstanceDescriptor v) static void
ice_write
(OutputStream ostr, int tag, Optional<ServiceInstanceDescriptor> v) static void
void
ice_writeMembers
(OutputStream ostr)
-
Field Details
-
template
The template used by this instance. -
parameterValues
The template parameter values. -
descriptor
The service definition if the instance isn't a template instance (i.e.: if the template attribute is empty). -
propertySet
The property set.
-
-
Constructor Details
-
ServiceInstanceDescriptor
public ServiceInstanceDescriptor() -
ServiceInstanceDescriptor
public ServiceInstanceDescriptor(String template, Map<String, String> parameterValues, ServiceDescriptor descriptor, PropertySetDescriptor propertySet)
-
-
Method Details