java.lang.Object
com.zeroc.IceGrid.DistributionDescriptor
- All Implemented Interfaces:
Serializable
,Cloneable
Describes a distribution.
- 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 aDistributionDescriptor
with values for all its fields. -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
static DistributionDescriptor
ice_read
(InputStream istr) Unmarshals aDistributionDescriptor
from an input stream.static Optional<DistributionDescriptor>
ice_read
(InputStream istr, int tag) Unmarshals an optionalDistributionDescriptor
from an input stream.void
ice_readMembers
(InputStream istr) Unmarshals and sets this object's fields from an input stream.static void
ice_write
(OutputStream ostr, int tag, DistributionDescriptor v) Marshals an optionalDistributionDescriptor
into an output stream.static void
ice_write
(OutputStream ostr, int tag, Optional<DistributionDescriptor> v) Marshals an optionalDistributionDescriptor
into an output stream.static void
ice_write
(OutputStream ostr, DistributionDescriptor v) Marshals aDistributionDescriptor
into an output stream.void
ice_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 aDistributionDescriptor
with 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 aDistributionDescriptor
into an output stream.- Parameters:
ostr
- the output streamv
- theDistributionDescriptor
to marshal; can be null
-
ice_read
Unmarshals aDistributionDescriptor
from an input stream.- Parameters:
istr
- the input stream- Returns:
- the unmarshaled
DistributionDescriptor
-
ice_write
Marshals an optionalDistributionDescriptor
into an output stream.- Parameters:
ostr
- the output streamtag
- the tagv
- the value to marshal
-
ice_write
Marshals an optionalDistributionDescriptor
into an output stream.- Parameters:
ostr
- the output streamtag
- the tagv
- the value to marshal
-
ice_read
Unmarshals an optionalDistributionDescriptor
from an input stream.- Parameters:
istr
- the input streamtag
- the tag- Returns:
- the unmarshaled value
-