Class ObjectHobjLazyCache



  • public class ObjectHobjLazyCache
    extends java.lang.Object
    Resolver of object name to its HOBJ and object info. Resolves names on demand.
    • Constructor Summary

      Constructors 
      Constructor Description
      ObjectHobjLazyCache​(D2Session session)
      Create new instance attached to active session.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.concurrent.Future<java.lang.Integer> getObjectHobj​(java.lang.String name)
      Resolve object name into HOBJ.
      • Methods inherited from class java.lang.Object

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

      • ObjectHobjLazyCache

        public ObjectHobjLazyCache​(D2Session session)
        Create new instance attached to active session.
        Parameters:
        session - Session used to call
    • Method Detail

      • getObjectHobj

        public java.util.concurrent.Future<java.lang.Integer> getObjectHobj​(java.lang.String name)
        Resolve object name into HOBJ.
        Parameters:
        name - object name
        Returns:
        future that completes when HOBJ is available