| Home >> All >> org >> vrspace >> [ util Javadoc ] |
org.vrspace.util: Javadoc index of package org.vrspace.util.
Package Samples:
org.vrspace.util
Classes:
Message: Generic Message class. A message can be request, response or command. Constructor expects request string in format "class id event value" or "command arguments" Request: request for a network object to change it's state. Object is specified by class and id , event specifies it's field/method (metod has set_ prefix, used if there is no public field with event name) and value is passed to method or used to set field value Response: response to a previous request/command. Prefixed with + (ok) or - (error). Command: request to the server rather to an object
Console: A simple console, able to connect to server. Uses following properties to connect: vrspace.host - default: localhost vrspace.port - default: 8500 vrspace.login - default: guest vrspace.password - default: guest vrspace.command - command to execute & quit - default:none Propmts on stdin for unset properties.
ID: Object ID. Unique object identifier in the system is the class name and a number within the class. ID encapsulates them.
GZipConnection: BinaryConnection that transfers GZIP comppressed data Not tested, probably does not work :)
NetResource: This class represents a network resource - a collection of URLs pointing to same file.
Logger: First created Logger is accessible from static methods. Other loggers are not tested.
ConnectionException: Exception thrown by Connection and it's subclasses if something goes wrong:)
Cache: Soft cache. Does not prevent cached object from being reclaimed by gc.
ObservableProperties: Properties which notify it's Observers when a property changes
Connection: Default network connection to the server.
BinaryConnection: Connection able to send bytes
Util: Miscelanous usefull methods
Queue: Synchronized FIFO Queue
| Home | Contact Us | Privacy Policy | Terms of Service |