Package com.tensegrity.palojava

Interface Summary
IConnection Represents the internal used Connection class as an interface so that it could be implemented from others as well Currently this is used to support the new palo server version, based on the http protocol, as well as the legacy server.
 

Class Summary
ConsolidationInfo ConsolidationInfo A simple data class which holds informations about a consolidated child element
DimElementInfo DimElementInfo A simple data class which holds the name and the type of an element.
Palo Palo A singleton which loads the required palo libraries and provides methods for creating and destroying connections to the palo server.
 

Exception Summary
PaloException PaloException is a runtime exception which signals that a communication exception between a palo client and palo server has occurred.