com.ibm.cics.core.comm
Class Activator

java.lang.Object
  extended by Plugin
      extended by com.ibm.cics.core.comm.Activator

public class Activator
extends Plugin

The activator class controls the plug-in life cycle


Field Summary
static java.lang.String PLUGIN_ID
          ID of the core comm plugin.
static java.lang.String TRUSTSTORE_QUALIFIER
           
 
Constructor Summary
Activator()
           
 
Method Summary
static Activator getDefault()
          Returns the default instance of the receiver.
 IEclipsePreferences getPluginDefaultPreferences()
           
 IEclipsePreferences getPluginInstancePreferences()
           
 boolean initialiseTrust()
           
 void start(BundleContext context)
           
 void stop(BundleContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLUGIN_ID

public static final java.lang.String PLUGIN_ID
ID of the core comm plugin.

See Also:
Constant Field Values

TRUSTSTORE_QUALIFIER

public static final java.lang.String TRUSTSTORE_QUALIFIER
See Also:
Constant Field Values
Constructor Detail

Activator

public Activator()
Method Detail

start

public void start(BundleContext context)
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

public void stop(BundleContext context)
          throws java.lang.Exception
Throws:
java.lang.Exception

getDefault

public static Activator getDefault()
Returns the default instance of the receiver. This represents the runtime plugin.

Returns:
Activator the singleton instance of the receiver.
See Also:
for the typical implementation pattern for plugin classes.

getPluginInstancePreferences

public IEclipsePreferences getPluginInstancePreferences()

getPluginDefaultPreferences

public IEclipsePreferences getPluginDefaultPreferences()

initialiseTrust

public boolean initialiseTrust()


Copyright © 2013 IBM Corp. All Rights Reserved.