Uses of Class
org.opensolaris.os.dtrace.InterfaceAttributes

Uses of InterfaceAttributes in org.opensolaris.os.dtrace
 

Methods in org.opensolaris.os.dtrace that return InterfaceAttributes
 InterfaceAttributes ProbeInfo.getArgumentAttributes()
          Gets the interface attributes of the arguments to a probe.
 InterfaceAttributes ProgramInfo.getMinimumProbeAttributes()
          Gets the minimum stability levels of the probe descriptions used in a compiled Program.
 InterfaceAttributes ProgramInfo.getMinimumStatementAttributes()
          Gets the minimum stability levels of the action statements including D variables used in a compiled Program.
 InterfaceAttributes ProbeInfo.getProbeAttributes()
          Gets the interface attributes of a probe.
 

Constructors in org.opensolaris.os.dtrace with parameters of type InterfaceAttributes
ProbeInfo(InterfaceAttributes singleProbeAttributes, InterfaceAttributes argAttributes)
          Creates a ProbeInfo instance from the given attributes.
ProgramInfo(InterfaceAttributes minProbeAttr, InterfaceAttributes minStatementAttr, int matchingProbes)
          Creates a ProgamInfo instance with the given properties.