Codota Logo
PluginConfig.getPluginName
Code IndexAdd Codota to your IDE (free)

How to use
getPluginName
method
in
org.killbill.billing.osgi.api.config.PluginConfig

Best Java code snippets using org.killbill.billing.osgi.api.config.PluginConfig.getPluginName (Showing top 4 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
SimpleDateFormat s =
  • Codota IconString pattern;new SimpleDateFormat(pattern)
  • Codota IconString template;Locale locale;new SimpleDateFormat(template, locale)
  • Codota Iconnew SimpleDateFormat()
  • Smart code suggestions by Codota
}
origin: org.kill-bill.billing/killbill-platform-osgi-bundles-lib-killbill

if (shouldStopPlugin) {
  try {
    logSafely(LogService.LOG_INFO, String.format("Stopping plugin='%s' ", pluginConfig.getPluginName()));
    stopAllButRestartMechanism(context);
  } catch (final IllegalStateException e) {
    logSafely(LogService.LOG_DEBUG, String.format("Error stopping plugin='%s'", pluginConfig.getPluginName()), e);
  } catch (final Exception e) {
    logSafely(LogService.LOG_WARNING, String.format("Error stopping plugin='%s'", pluginConfig.getPluginName()), e);
  logSafely(LogService.LOG_INFO, String.format("Restarting plugin='%s'", pluginConfig.getPluginName()));
  } catch (final IllegalStateException e) {
    logSafely(LogService.LOG_DEBUG, String.format("Error stopping plugin='%s'", pluginConfig.getPluginName()), e);
  } catch (final Exception e) {
    logSafely(LogService.LOG_WARNING, String.format("Error stopping plugin='%s'", pluginConfig.getPluginName()), e);
    start(context);
  } catch (final Exception e) {
    logSafely(LogService.LOG_WARNING, String.format("Error starting plugin='%s'", pluginConfig.getPluginName()), e);
origin: org.kill-bill.billing/killbill-platform-osgi-bundles-logger

if (shouldStopPlugin) {
  try {
    logSafely(LogService.LOG_INFO, String.format("Stopping plugin='%s' ", pluginConfig.getPluginName()));
    stopAllButRestartMechanism(context);
  } catch (final IllegalStateException e) {
    logSafely(LogService.LOG_DEBUG, String.format("Error stopping plugin='%s'", pluginConfig.getPluginName()), e);
  } catch (final Exception e) {
    logSafely(LogService.LOG_WARNING, String.format("Error stopping plugin='%s'", pluginConfig.getPluginName()), e);
  logSafely(LogService.LOG_INFO, String.format("Restarting plugin='%s'", pluginConfig.getPluginName()));
  } catch (final IllegalStateException e) {
    logSafely(LogService.LOG_DEBUG, String.format("Error stopping plugin='%s'", pluginConfig.getPluginName()), e);
  } catch (final Exception e) {
    logSafely(LogService.LOG_WARNING, String.format("Error stopping plugin='%s'", pluginConfig.getPluginName()), e);
    start(context);
  } catch (final Exception e) {
    logSafely(LogService.LOG_WARNING, String.format("Error starting plugin='%s'", pluginConfig.getPluginName()), e);
origin: org.kill-bill.billing/killbill-beatrix

public void addPlugin(final PluginConfig newPlugin) {
  final Map<String, LinkedList<PluginConfig>> allPluginField = getAllPluginField();
  allPluginField.clear();
  if (allPluginField.get(newPlugin.getPluginName()) == null) {
    allPluginField.put(newPlugin.getPluginName(), new LinkedList<PluginConfig>());
  }
  allPluginField.get(newPlugin.getPluginName()).add(newPlugin);
}
origin: org.kill-bill.billing/killbill-osgi

List<T> curPluginVersionlist = (List<T>) allPlugins.get(plugin.getPluginName());
if (curPluginVersionlist == null) {
  curPluginVersionlist = new LinkedList<T>();
  allPlugins.put(plugin.getPluginName(), curPluginVersionlist);
org.killbill.billing.osgi.api.configPluginConfiggetPluginName

Popular methods of PluginConfig

  • getPluginVersionRoot
  • getPluginLanguage
  • getPluginVersionnedName
  • getVersion

Popular in Java

  • Reading from database using SQL prepared statement
  • onCreateOptionsMenu (Activity)
  • setContentView (Activity)
  • addToBackStack (FragmentTransaction)
  • ObjectMapper (com.fasterxml.jackson.databind)
    This mapper (or, data binder, or codec) provides functionality for converting between Java objects (
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • PrintWriter (java.io)
    Prints formatted representations of objects to a text-output stream. This class implements all of th
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • Socket (java.net)
    Provides a client-side TCP socket.
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now