Uses of Interface
net.ponder2.comms.P2Serializable

Packages that use P2Serializable
net.ponder2   
net.ponder2.comms   
net.ponder2.managedobject   
net.ponder2.objects   
net.ponder2.policy   
 

Uses of P2Serializable in net.ponder2
 

Classes in net.ponder2 that implement P2Serializable
 class OID
          This is the fundamental object identifier for all the managed objects in the system.
 class P2ObjectAdaptor
          An object adaptor manages the interface between the ponder2 system and the actual managed object itself
 

Method parameters in net.ponder2 with type arguments of type P2Serializable
 P2Object P2ObjectAdaptor.readXml(com.twicom.qdparser.TaggedElement xml, java.util.Map<java.lang.Integer,P2Serializable> read)
           
 P2Object OID.readXml(com.twicom.qdparser.TaggedElement xml, java.util.Map<java.lang.Integer,P2Serializable> read)
           
 

Uses of P2Serializable in net.ponder2.comms
 

Method parameters in net.ponder2.comms with type arguments of type P2Serializable
 P2Object P2Serializable.readXml(com.twicom.qdparser.TaggedElement xml, java.util.Map<java.lang.Integer,P2Serializable> read)
           
 

Uses of P2Serializable in net.ponder2.managedobject
 

Classes in net.ponder2.managedobject that implement P2Serializable
 class CsvHash
          TODO Description
 class DateTime
          TODO Description
 

Method parameters in net.ponder2.managedobject with type arguments of type P2Serializable
 P2Object DateTime.readXml(com.twicom.qdparser.TaggedElement xml, java.util.Map<java.lang.Integer,P2Serializable> read)
           
 

Uses of P2Serializable in net.ponder2.objects
 

Classes in net.ponder2.objects that implement P2Serializable
 class P2Array
          Holds a collection of Ponder2 objects.
 class P2Block
          Acts as a closure encompassing PonderTalk statements.
 class P2Boolean
          A boolean object.
 class P2Class
          TODO Description
 class P2Error
          Object containing error details created when an error is thrown in the code.
 class P2Hash
          Implements a dictionary that stores objects indexed by keys.
 class P2Null
          Class representing the null value.
 class P2Number
          An object used for comparing and counting
 class P2Object
          TODO Description
 class P2String
          TODO Description
 class P2XML
          This is an internal Ponder2 XML object type.
 

Method parameters in net.ponder2.objects with type arguments of type P2Serializable
static P2Object P2Object.fromXml(com.twicom.qdparser.TaggedElement xml, java.util.Map<java.lang.Integer,P2Serializable> read)
           
 P2Object P2XML.readXml(com.twicom.qdparser.TaggedElement xml, java.util.Map<java.lang.Integer,P2Serializable> read)
           
 P2Object P2String.readXml(com.twicom.qdparser.TaggedElement xml, java.util.Map<java.lang.Integer,P2Serializable> read)
           
abstract  P2Object P2Object.readXml(com.twicom.qdparser.TaggedElement xml, java.util.Map<java.lang.Integer,P2Serializable> read)
           
 P2Object P2Number.readXml(com.twicom.qdparser.TaggedElement xml, java.util.Map<java.lang.Integer,P2Serializable> read)
           
 P2Object P2Null.readXml(com.twicom.qdparser.TaggedElement xml, java.util.Map<java.lang.Integer,P2Serializable> read)
           
 P2Object P2Hash.readXml(com.twicom.qdparser.TaggedElement xml, java.util.Map<java.lang.Integer,P2Serializable> read)
           
 P2Object P2Error.readXml(com.twicom.qdparser.TaggedElement xml, java.util.Map<java.lang.Integer,P2Serializable> read)
           
 P2Object P2Class.readXml(com.twicom.qdparser.TaggedElement xml, java.util.Map<java.lang.Integer,P2Serializable> read)
           
 P2Object P2Boolean.readXml(com.twicom.qdparser.TaggedElement xml, java.util.Map<java.lang.Integer,P2Serializable> read)
           
 P2Object P2Block.readXml(com.twicom.qdparser.TaggedElement xml, java.util.Map<java.lang.Integer,P2Serializable> read)
           
 P2Object P2Array.readXml(com.twicom.qdparser.TaggedElement xml, java.util.Map<java.lang.Integer,P2Serializable> read)
           
 

Uses of P2Serializable in net.ponder2.policy
 

Classes in net.ponder2.policy that implement P2Serializable
 class Event
          The actual notification that is sent through the system.
 

Method parameters in net.ponder2.policy with type arguments of type P2Serializable
 P2Object Event.readXml(com.twicom.qdparser.TaggedElement xml, java.util.Map<java.lang.Integer,P2Serializable> read)
           
 



Copyright © 2008 Imperial College. All Rights Reserved.