Class NSXPCConnectionOptions


  • public final class NSXPCConnectionOptions
    extends java.lang.Object
    Options that may be passed to a connection.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long NSXPCConnectionPrivileged
      Use this option if connecting to a service in the privileged Mach bootstrap (for example, a launchd.plist in /Library/LaunchDaemons).
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • NSXPCConnectionPrivileged

        public static final long NSXPCConnectionPrivileged
        Use this option if connecting to a service in the privileged Mach bootstrap (for example, a launchd.plist in /Library/LaunchDaemons).
        See Also:
        Constant Field Values