com.jrockit.mc.flightrecorder.spi
Interface IProducer

All Known Implementing Classes:
Producer

public interface IProducer

Interface for an event producer.

Author:
Erik Gahlin

Method Summary
 java.awt.Color getColor()
          Return the color associated with the producer
 java.lang.String getDescription()
          Returns the description of the producer
 java.util.Collection<IEventType> getEventTypes()
          Returns the event types for the producer.
 java.lang.String getName()
          Returns the name of the producer
 java.lang.String getURIString()
          Returns the URI string.
 

Method Detail

getColor

java.awt.Color getColor()
Return the color associated with the producer

Returns:
the color, or null if not available.

getName

java.lang.String getName()
Returns the name of the producer

Returns:
the name

getDescription

java.lang.String getDescription()
Returns the description of the producer

Returns:
the description

getURIString

java.lang.String getURIString()
Returns the URI string.

Returns:
the URI string

getEventTypes

java.util.Collection<IEventType> getEventTypes()
Returns the event types for the producer.

Returns:
the event types for the producer


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