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.intThe application revision number.longThe update time.The user who updated the application. -
Constructor Summary
ConstructorsConstructorDescriptionApplicationUpdateInfo(long updateTime, String updateUser, int revision, ApplicationUpdateDescriptor descriptor) -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()static ApplicationUpdateInfoice_read(InputStream istr) static Optional<ApplicationUpdateInfo>ice_read(InputStream istr, int tag) voidice_readMembers(InputStream istr) static voidice_write(OutputStream ostr, int tag, ApplicationUpdateInfo v) static voidice_write(OutputStream ostr, int tag, Optional<ApplicationUpdateInfo> v) static voidice_write(OutputStream ostr, ApplicationUpdateInfo v) voidice_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