Class VirtualMachine.ForHotSpot.Connection.ForJnaSolarisDoor.Factory

java.lang.Object
net.bytebuddy.agent.VirtualMachine.ForHotSpot.Connection.Factory.ForSocketFile
net.bytebuddy.agent.VirtualMachine.ForHotSpot.Connection.ForJnaSolarisDoor.Factory
All Implemented Interfaces:
VirtualMachine.ForHotSpot.Connection.Factory
Enclosing class:
VirtualMachine.ForHotSpot.Connection.ForJnaSolarisDoor

public static class VirtualMachine.ForHotSpot.Connection.ForJnaSolarisDoor.Factory extends VirtualMachine.ForHotSpot.Connection.Factory.ForSocketFile
A factory for establishing a connection to a JVM using a Solaris door in JNA.
  • Constructor Details

    • Factory

      public Factory(int attempts, long pause, TimeUnit timeUnit)
      Creates a new connection factory for a Solaris VM.
      Parameters:
      attempts - The maximum amount of attempts for checking the establishment of a socket connection.
      pause - The pause between two checks for an established socket connection.
      timeUnit - The time unit of the pause time.
  • Method Details