Remote Systems
v6.4.1

com.ibm.etools.systems.logging.internal
Class RemoteSystemsLoggingPlugin

java.lang.Object
  extended byAbstractUIPlugin
      extended bycom.ibm.etools.systems.logging.internal.RemoteSystemsLoggingPlugin

public class RemoteSystemsLoggingPlugin
extends AbstractUIPlugin

Remote Systems Logging plugin.

See Also:
Serialized Form

Field Summary
static String Copyright
           
static Logger out
           
 
Constructor Summary
RemoteSystemsLoggingPlugin()
          Constructor.
 
Method Summary
static RemoteSystemsLoggingPlugin getDefault()
          Returns the shared plugin instance.
 ResourceBundle getResourceBundle()
          Returns the plugin's resource bundle.
static String getResourceString(String key)
          Returns the string from the plugin's resource bundle, or 'key' if not found.
 void initializeDefaultPreferences()
          Sets default preference values.
 void start(org.osgi.framework.BundleContext context)
           
 void stop(org.osgi.framework.BundleContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values

out

public static Logger out
Constructor Detail

RemoteSystemsLoggingPlugin

public RemoteSystemsLoggingPlugin()
Constructor.

Method Detail

getDefault

public static RemoteSystemsLoggingPlugin getDefault()
Returns the shared plugin instance.


getResourceString

public static String getResourceString(String key)
Returns the string from the plugin's resource bundle, or 'key' if not found.


getResourceBundle

public ResourceBundle getResourceBundle()
Returns the plugin's resource bundle.


initializeDefaultPreferences

public void initializeDefaultPreferences()
Sets default preference values. These values will be used until some preferences are actually set using Preference dialog.


start

public void start(org.osgi.framework.BundleContext context)
           throws Exception
Throws:
Exception
See Also:
BundleActivator.start(org.osgi.framework.BundleContext)

stop

public void stop(org.osgi.framework.BundleContext context)
          throws Exception
Throws:
Exception
See Also:
BundleActivator.stop(org.osgi.framework.BundleContext)

Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.