Class InspectRequested


  • public class InspectRequested
    extends java.lang.Object
    Issued when object should be inspected (for example, as a result of inspect() command line API call).
    • Constructor Summary

      Constructors 
      Constructor Description
      InspectRequested​(RemoteObject object, java.util.Map<java.lang.String,​java.lang.Object> hints)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> getHints()  
      RemoteObject getObject()  
      • Methods inherited from class java.lang.Object

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

      • InspectRequested

        public InspectRequested​(RemoteObject object,
                                java.util.Map<java.lang.String,​java.lang.Object> hints)
    • Method Detail

      • getHints

        public java.util.Map<java.lang.String,​java.lang.Object> getHints()