Class SharedValue
java.lang.Object
cl.netswitch.lib.server.SharedValue
- Direct Known Subclasses:
SharedBoolean, SharedInteger, SharedLong, SharedString
Contains a value that is shared by all servers.
-
Method Summary
-
Method Details
-
getName
Returns the name of thisSharedValue.- Returns:
- the name of this
SharedValue.
-
parse
Changes the value of thisSharedValue.- Parameters:
text- the string representation of the new value.- Throws:
IllegalArgumentException- iftextis invalid.
-