Package com.zeroc.IceGrid
Class ApplicationUpdateInfo
java.lang.Object
com.zeroc.IceGrid.ApplicationUpdateInfo
- All Implemented Interfaces:
Serializable
,Cloneable
Information about updates to an IceGrid application.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe update descriptor.int
The application revision number.long
The update time.The user who updated the application. -
Constructor Summary
ConstructorsConstructorDescriptionApplicationUpdateInfo
(long updateTime, String updateUser, int revision, ApplicationUpdateDescriptor descriptor) -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
static ApplicationUpdateInfo
ice_read
(InputStream istr) static Optional<ApplicationUpdateInfo>
ice_read
(InputStream istr, int tag) void
ice_readMembers
(InputStream istr) static void
ice_write
(OutputStream ostr, int tag, ApplicationUpdateInfo v) static void
ice_write
(OutputStream ostr, int tag, Optional<ApplicationUpdateInfo> v) static void
ice_write
(OutputStream ostr, ApplicationUpdateInfo v) void
ice_writeMembers
(OutputStream ostr)
-
Field Details
-
updateTime
public long updateTimeThe update time. -
updateUser
The user who updated the application. -
revision
public int revisionThe application revision number. -
descriptor
The update descriptor.
-
-
Constructor Details
-
ApplicationUpdateInfo
public ApplicationUpdateInfo() -
ApplicationUpdateInfo
public ApplicationUpdateInfo(long updateTime, String updateUser, int revision, ApplicationUpdateDescriptor descriptor)
-
-
Method Details