Uses of Interface
org.apache.qpid.agent.ManagedObject

Packages that use ManagedObject
org.apache.qpid.agent   
 

Uses of ManagedObject in org.apache.qpid.agent
 

Classes in org.apache.qpid.agent that implement ManagedObject
 class ManagedEJB
          Wrapper classe for adding EJBS which are to be managed by the QMF Agent.
 class ManagedObjectBase
           
 class ManagedPOJO
          Wrapper classe for adding POJOS which are to be managed by the QMF Agent.
 

Fields in org.apache.qpid.agent with type parameters of type ManagedObject
protected  Map<Long,ManagedObject> Agent.objects
           
 

Methods in org.apache.qpid.agent with parameters of type ManagedObject
protected  void Agent.content(char c, long seq, Destination dest, ManagedObject mo)
           
protected  ClassBinding Agent.getClassBinding(ManagedObject mobj)
           
 void Agent.register(ManagedObject managedObject)
           
 



Licensed to the Apache Software Foundation