Package fr.dyade.aaa.agent
Class ServerUpdate
- java.lang.Object
-
- fr.dyade.aaa.agent.ServerUpdate
-
- All Implemented Interfaces:
Serializable
public class ServerUpdate extends Object implements Serializable
Object indicating that the configuration object has been updated in the transaction base. This makes it possible to initialize the server in a slightly different way, for example reading anew the services list. Currently we simply consider the fact that the configuration has been modified, in the future this object could contain indications on the changes to be made.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDDefine serialVersionUID for interoperability.private StringupdateDate of the update.
-
Constructor Summary
Constructors Constructor Description ServerUpdate()Creates a new empty ServerUpdate
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetUpdateDate()private voidreadObject(ObjectInputStream in)private voidwriteObject(ObjectOutputStream out)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Define serialVersionUID for interoperability.- See Also:
- Constant Field Values
-
update
private String update
Date of the update.
-
-
Method Detail
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
getUpdateDate
public String getUpdateDate()
-
-