java.lang.Object
com.zeroc.IceGrid.DistributionDescriptor
- All Implemented Interfaces:
Serializable,Cloneable
Describes a distribution.
Remarks:
The Slice compiler generated this class from Slice struct ::IceGrid::DistributionDescriptor.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe source directories.The proxy of the IcePatch2 server. -
Constructor Summary
ConstructorsConstructorDescriptionConstructs aDistributionDescriptor.DistributionDescriptor(String icepatch, List<String> directories) Constructs aDistributionDescriptorwith values for all its fields. -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()static DistributionDescriptorice_read(InputStream istr) Unmarshals aDistributionDescriptorfrom an input stream.static Optional<DistributionDescriptor>ice_read(InputStream istr, int tag) Unmarshals an optionalDistributionDescriptorfrom an input stream.voidice_readMembers(InputStream istr) Unmarshals and sets this object's fields from an input stream.static voidice_write(OutputStream ostr, int tag, DistributionDescriptor v) Marshals an optionalDistributionDescriptorinto an output stream.static voidice_write(OutputStream ostr, int tag, Optional<DistributionDescriptor> v) Marshals an optionalDistributionDescriptorinto an output stream.static voidice_write(OutputStream ostr, DistributionDescriptor v) Marshals aDistributionDescriptorinto an output stream.voidice_writeMembers(OutputStream ostr) Marshals this object's fields into an output stream.
-
Field Details
-
icepatch
The proxy of the IcePatch2 server. -
directories
The source directories.
-
-
Constructor Details
-
DistributionDescriptor
public DistributionDescriptor()Constructs aDistributionDescriptor. -
DistributionDescriptor
Constructs aDistributionDescriptorwith values for all its fields.- Parameters:
icepatch- The proxy of the IcePatch2 server.directories- The source directories.
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
clone
-
ice_writeMembers
Marshals this object's fields into an output stream.- Parameters:
ostr- the output stream
-
ice_readMembers
Unmarshals and sets this object's fields from an input stream.- Parameters:
istr- the input stream
-
ice_write
Marshals aDistributionDescriptorinto an output stream.- Parameters:
ostr- the output streamv- theDistributionDescriptorto marshal
-
ice_read
Unmarshals aDistributionDescriptorfrom an input stream.- Parameters:
istr- the input stream- Returns:
- the unmarshaled
DistributionDescriptor
-
ice_write
Marshals an optionalDistributionDescriptorinto an output stream.- Parameters:
ostr- the output streamtag- the tagv- the value to marshal
-
ice_write
Marshals an optionalDistributionDescriptorinto an output stream.- Parameters:
ostr- the output streamtag- the tagv- the value to marshal
-
ice_read
Unmarshals an optionalDistributionDescriptorfrom an input stream.- Parameters:
istr- the input streamtag- the tag- Returns:
- the unmarshaled value
-