Uses of Interface
org.objectweb.jonas_ejb.container.jorm.PObject

Packages that use PObject
org.objectweb.jonas_ejb.container.jorm   
 

Uses of PObject in org.objectweb.jonas_ejb.container.jorm
 

Fields in org.objectweb.jonas_ejb.container.jorm declared as PObject
 PObject GenClassElement.value
          This field references the user object.
 

Methods in org.objectweb.jonas_ejb.container.jorm that return PObject
protected  PObject GenClassImpl.gcDeref(org.objectweb.jorm.naming.api.PName pn)
           
protected  PObject GenClassImpl.gcGetElement(GenClassElement gce, Object connection)
          It dereferences an element if needed
 PObject PObjectHome.getPObject(org.objectweb.jorm.naming.api.PName pn)
          It retrieves the PObject which matches with the PName.
 

Methods in org.objectweb.jonas_ejb.container.jorm with parameters of type PObject
protected  void GenClassImpl.gcAdd(PObject element, boolean callListener)
          This method add a new element in the collection.
protected  boolean GenClassImpl.gcContains(PObject element, Object connection)
           
protected  org.objectweb.jorm.naming.api.PName GenClassImpl.gcObject2ref(PObject value)
          This method permits to find the PName of an object.
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.