Package com.phoenix_int.aserver

Interface Summary
IPHXAlwaysWriteable This is a specialized interface for the Analysis Server.
IPHXAnalysis this is the interface that analyses managed by the Analysis Server must implement.
IPHXComponent this is a common base interface for things served on the Analysis Server.
IPHXDriver this is the interface that drivers managed by the Analysis Server must implement.
IPHXHaltableComponent This is a specialized interface for the Analysis Server.
IPHXMonitorable this is the interface that analyses which provide information about running processes should implement
IPHXRunQueue  
IPHXSelfManager This interface is for components that determine their properties at runtime.
IPHXSelfManager2 This interface extends IPHXSelfManager and provides new get and set functions which provide better performance than the original.
IPHXSelfManager3 This interface extends IPHXSelfManager2 and provides new invoke that enables getting more information back from invoked methods.
IPHXSetupFromFile This interface is used by association-based analysis objects.
 

Class Summary
PHXComponentBranch This class represents a branch on a revision history tree for a version controlled component.
PHXComponentDescription A class for holding description information about an component class.
PHXComponentVersion This class represents a version on a revision history tree for a version controlled component.
PHXGroup A utility class for holding sub-variables.
PHXInvokeReturn A utility class for holding reutrn information from an invoked function.
PHXMethodDescriptor A utility class used by PHXSelfManager to indicate which methods it can invoke.
PHXPropertyDescriptor A utility class used by PHXSelfManager to indicate which properties it manages.
PHXRunShare This class handles runshare capabilities for any component which needs it.
PHXSimpleSelfManager This is a class that implements most of the functionality of a self-managing components.
PHXSimpleSelfManager2 This is a class that implements most of the functionality of a self-managing components.
PHXSimpleSelfManager3 This is a class that implements most of the functionality of a self-managing components.
PHXVariableInfo this is a utility class for holding parsing information about a variable
 

Exception Summary
PHXDFTException  
PHXInvalidNameException An exception that is thrown when trying to create a new object using an invalid name
PHXNameAlreadyInUseException An exception that is thrown when trying to create a new object with a name that already exists.
PHXNoSuchObjectException An exception that is thrown when an object cannot be found
PHXNoSuchWriteableObjectException An exception that the PHXObjectManager throws when it can't find an object.