Uses of Interface
com.jrockit.mc.flightrecorder.spi.IProducer

Packages that use IProducer
com.jrockit.mc.flightrecorder   
com.jrockit.mc.flightrecorder.provider   
com.jrockit.mc.flightrecorder.spi   
 

Uses of IProducer in com.jrockit.mc.flightrecorder
 

Methods in com.jrockit.mc.flightrecorder that return types with arguments of type IProducer
 java.util.Collection<IProducer> FlightRecording.getProducers()
          Return the producers in the recording.
 

Uses of IProducer in com.jrockit.mc.flightrecorder.provider
 

Classes in com.jrockit.mc.flightrecorder.provider that implement IProducer
 class Producer
          Class that represents an event producer.
 

Methods in com.jrockit.mc.flightrecorder.provider that return IProducer
 IProducer EventType.getProducer()
           
 

Methods in com.jrockit.mc.flightrecorder.provider that return types with arguments of type IProducer
 java.util.Collection<IProducer> Repository.getProducers()
           
 

Uses of IProducer in com.jrockit.mc.flightrecorder.spi
 

Methods in com.jrockit.mc.flightrecorder.spi that return IProducer
 IProducer IEventType.getProducer()
          Returns the producer for the event type.
 

Methods in com.jrockit.mc.flightrecorder.spi that return types with arguments of type IProducer
 java.util.Collection<IProducer> IRepository.getProducers()
          Return the producers in the repository.
 



Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.