Interface RefClassProvider


  • public interface RefClassProvider
    Provides a RefClass of the RefObject.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      javax.jmi.reflect.RefClass getRefClass​(javax.jmi.reflect.RefObject refObject)
      Retrieve the RefClass of the given RefObject.
    • Method Detail

      • getRefClass

        javax.jmi.reflect.RefClass getRefClass​(javax.jmi.reflect.RefObject refObject)
        Retrieve the RefClass of the given RefObject.
        Parameters:
        refObject - object.
        Returns:
        ref class.