Class PresentationManagerImpl.ClassDataImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Class<?> cls  
      private java.util.Map<java.lang.String,​java.lang.Object> dictionary  
      private org.glassfish.pfl.basic.proxy.InvocationHandlerFactory ihfactory  
      private IDLNameTranslator nameTranslator  
      private java.lang.String[] typeIds  
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassDataImpl​(java.lang.Class<?> cls)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> getDictionary()
      Get the dictionary for this ClassData instance.
      IDLNameTranslator getIDLNameTranslator()
      Get the IDLNameTranslator for the class used to create this ClassData instance.
      org.glassfish.pfl.basic.proxy.InvocationHandlerFactory getInvocationHandlerFactory()
      Get the InvocationHandlerFactory that is used to create an InvocationHandler for dynamic stubs of the type of the ClassData.
      java.lang.Class<?> getMyClass()
      Get the class used to create this ClassData instance
      java.lang.String[] getTypeIds()
      Return the array of repository IDs for all of the remote interfaces implemented by this class.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • cls

        private java.lang.Class<?> cls
      • typeIds

        private java.lang.String[] typeIds
      • ihfactory

        private org.glassfish.pfl.basic.proxy.InvocationHandlerFactory ihfactory
      • dictionary

        private java.util.Map<java.lang.String,​java.lang.Object> dictionary
    • Constructor Detail

      • ClassDataImpl

        ClassDataImpl​(java.lang.Class<?> cls)