com.ibm.cics.core.comm
Class Activator
java.lang.Object
Plugin
com.ibm.cics.core.comm.Activator
public class Activator
- extends Plugin
The activator class controls the plug-in life cycle
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Activator
public Activator()
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.