IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.core.logging
Class LTCoreSubComponent

java.lang.Object
  extended by com.ibm.rational.test.lt.core.logging.LTCoreSubComponent
All Implemented Interfaces:
ILTExecutionSubComponent, ILTPlugin, com.ibm.rational.test.lt.core.logging.ILTSubComponent

public class LTCoreSubComponent
extends Object
implements ILTExecutionSubComponent, ILTPlugin

The plugin class for the ScheduleExecutionPlugin.


Field Summary
static LTCoreSubComponent INSTANCE
          The shared instance.
 
Method Summary
 String getApplication()
          Get the Application
 org.osgi.framework.Bundle getBundle()
          Get the Bundle.
 String getComponent()
          Get the Component
 String getComponentIdType()
          Get the ComponentIdType
 String getComponentType()
          Get the Component Type
 ResourceBundle getNonTranslatableResourceBundle()
          Returns the the plugin non translatable resource bundle.
 String getSubComponent()
          Get the SubComponent
 ResourceBundle getTranslatableResourceBundle()
          Returns the the pulgin translatable resource bundle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static LTCoreSubComponent INSTANCE
The shared instance.

Method Detail

getNonTranslatableResourceBundle

public ResourceBundle getNonTranslatableResourceBundle()
Returns the the plugin non translatable resource bundle.

Specified by:
getNonTranslatableResourceBundle in interface com.ibm.rational.test.lt.core.logging.ILTSubComponent
Returns:
The ResourceBundle

getTranslatableResourceBundle

public ResourceBundle getTranslatableResourceBundle()
Returns the the pulgin translatable resource bundle.

Specified by:
getTranslatableResourceBundle in interface com.ibm.rational.test.lt.core.logging.ILTSubComponent
Returns:
The ResourceBundle

getApplication

public String getApplication()
Description copied from interface: ILTExecutionSubComponent
Get the Application

Specified by:
getApplication in interface ILTExecutionSubComponent
Returns:
The Application
See Also:
ILTExecutionSubComponent.getApplication()

getComponent

public String getComponent()
Description copied from interface: ILTExecutionSubComponent
Get the Component

Specified by:
getComponent in interface ILTExecutionSubComponent
Returns:
Component
See Also:
ILTExecutionSubComponent.getComponent()

getComponentIdType

public String getComponentIdType()
Description copied from interface: ILTExecutionSubComponent
Get the ComponentIdType

Specified by:
getComponentIdType in interface ILTExecutionSubComponent
Returns:
ComponentIdType
See Also:
ILTExecutionSubComponent.getComponentIdType()

getComponentType

public String getComponentType()
Description copied from interface: ILTExecutionSubComponent
Get the Component Type

Specified by:
getComponentType in interface ILTExecutionSubComponent
Returns:
Component Type
See Also:
ILTExecutionSubComponent.getComponentType()

getSubComponent

public String getSubComponent()
Description copied from interface: ILTExecutionSubComponent
Get the SubComponent

Specified by:
getSubComponent in interface ILTExecutionSubComponent
Returns:
A SubComponent
See Also:
ILTExecutionSubComponent.getSubComponent()

getBundle

public org.osgi.framework.Bundle getBundle()
Description copied from interface: ILTPlugin
Get the Bundle. This method neeed NOT be implemented it is implemented by the superclass. It is only here so we can use it with this type.

Specified by:
getBundle in interface ILTPlugin
Returns:
The Bundle

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.