appl.parallel.server
Class XuluServerProperties
java.lang.Object
appl.parallel.SimpleResourceProperties
appl.parallel.server.XuluServerProperties
- All Implemented Interfaces:
- ComputingResourceProperties, Serializable
public class XuluServerProperties
- extends SimpleResourceProperties
- implements Serializable
Constructs information out of a XuluServer Object. Unfortunately there is no way
to measure CPU load (for this you would need to have access to the OS core). This could
be done with the use of the JNI, but that is low level programming and would be OS
dependent.
Must be invoked on server side (which should be clear, anyway!).
Sets the following properties:
Name
isAvailable
Uptime
and of course the Properties the superclass sets
- Author:
- Dominik Appl
- See Also:
- Serialized Form
XuluServerProperties
public XuluServerProperties(XuluServer server,
String name)