Package solar.api

Contains some basic Solar APIs, such as event, attribute, and request.

See:
          Description

Interface Summary
Address Interface of various network address, such as socket address or P2P keys.
Adu The interface for the ADU (Application Data Unit).
AduFactory Interface for ADU factory, that produces appropriate ADU from byte array.
AttributeRecord An attribute record contains a list of attributes.
Event The interface for Solar events.
EventHandler Interface for event handler.
Identifiable Interface for all objects that have an ID.
RequestHandler Interface for a request handler.
 

Class Summary
Attribute An attribute is a key-value pair.
Guid An object ID that is unique in global distributed system.
Id An object ID that is unique in local JVM.
Request A request contains a method name with a list of arguments.
 

Exception Summary
ParsingException The exception thrown by a (such as name, event, and others) parser.
 

Package solar.api Description

Contains some basic Solar APIs, such as event, attribute, and request.