Uses of Class
amisample.ASException

Packages that use ASException
amisample AMISample protocol classes, this package is independant and not needed by AMI engine 
 

Uses of ASException in amisample
 

Methods in amisample that throw ASException
protected  void ASMain.init()
          Initialize amisample protocol
private static void ASUtil.writeAIS(String sAIS)
          Access to in.xml file
(package private) static String ASUtil.loadAMIParam(String sParam)
          Send an AIS parameter query and parse it, then load the value
(package private) static ArrayList ASUtil.loadAMISet(String sParam)
          Send an AIS set query and parse it, then load the value
(package private) static String ASUtil.deleteAMISet(String sParam, String sElement)
          Send an AIS set remove query to drop an amiset element
(package private) static String ASUtil.addAMISet(String sParam, String sValue)
          Add a new entry in the given set
(package private) static void ASUtil.parseXML(String sFileName, org.xml.sax.helpers.DefaultHandler dh, boolean bValidating)
          This is a generic method to parse a XML file using SAX and using the given Handler.
(package private) static void ASMessageBox.commit(ASMessageBox amb)
          Serialize the box on disk
(package private) static void ASMessageBox.commitAll()
          Serialize all boxes on disk