Uses of Class
org.opensolaris.os.dtrace.Consumer.OpenFlag

Uses of Consumer.OpenFlag in org.opensolaris.os.dtrace
 

Methods in org.opensolaris.os.dtrace that return Consumer.OpenFlag
static Consumer.OpenFlag Consumer.OpenFlag.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Consumer.OpenFlag[] Consumer.OpenFlag.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.opensolaris.os.dtrace with parameters of type Consumer.OpenFlag
 void LocalConsumer.open(Consumer.OpenFlag... flags)
           
 void Consumer.open(Consumer.OpenFlag... flags)
          Opens this DTrace consumer.