Codota Logo
Deactivate.<init>
Code IndexAdd Codota to your IDE (free)

How to use
org.apache.felix.scr.annotations.Deactivate
constructor

Best Java code snippets using org.apache.felix.scr.annotations.Deactivate.<init> (Showing top 20 results out of 2,259)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
DateTime d =
  • Codota Iconnew DateTime()
  • Codota IconDateTimeFormatter formatter;String text;formatter.parseDateTime(text)
  • Codota IconObject instant;new DateTime(instant)
  • Smart code suggestions by Codota
}
origin: fabric8io/kubernetes-client

@Deactivate
public void deactivate() {
 delegate.close();
}
origin: fabric8io/kubernetes-client

@Deactivate
public void deactivate() {
 delegate.close();
}
origin: apache/jackrabbit-oak

@Deactivate
protected void deactivate() throws Exception {
  solrHome = null;
  solrCoreName = null;
}
origin: apache/jackrabbit-oak

@Deactivate
protected void deactivate() throws Exception {
  solrHttpUrl = null;
  solrZkHost = null;
  solrCollection = null;
  solrShardsNo = 0;
  solrReplicationFactor = 0;
  solrConfDir = null;
}
origin: apache/jackrabbit-oak

@Deactivate
private void deactivate() {
  if (serviceRegistration != null) {
    serviceRegistration.unregister();
    serviceRegistration = null;
  }
}
origin: apache/jackrabbit-oak

@SuppressWarnings("UnusedDeclaration")
@Deactivate
protected void deactivate() {
  for (ServiceRegistration registration : regs) {
    registration.unregister();
  }
}
origin: apache/jackrabbit-oak

@SuppressWarnings("UnusedDeclaration")
@Deactivate
private void deactivate(Map<String, Object> properties) {
  knownPrincipals = new String[0];
  log.info("CustomPrincipalConfiguration.deactivate");
}
origin: apache/jackrabbit-oak

@Deactivate
protected void deactivate() {
  if (reg != null) {
    reg.unregister();
  }
}
origin: org.apache.sling/org.apache.sling.testing.sling-mock-oak

@Deactivate
protected void deactivate() {
  if (reg != null) {
    reg.unregister();
  }
}
origin: apache/jackrabbit-oak

  @Deactivate
  private void deactivate() {
    if (reg != null) {
      reg.unregister();
      reg = null;
    }
  }
}
origin: apache/jackrabbit-oak

@Deactivate
private void deactivate(){
  for (Registration r : registrations) {
    r.unregister();
  }
  registrations.clear();
}
origin: apache/jackrabbit-oak

@SuppressWarnings("UnusedDeclaration")
@Deactivate
private void deactivate() {
  unregisterSyncMBean();
}
origin: apache/jackrabbit-oak

@Deactivate
public void deactivate() throws Exception {
  if (queryTermsProvider != null) {
    log.debug("clearing resources");
    queryTermsProvider.clearResources();
  }
}
origin: apache/jackrabbit-oak

@Deactivate
protected void deactivate() {
  unregisterSplitBlobStore();
  ctx = null;
}
origin: apache/jackrabbit-oak

@SuppressWarnings("UnusedDeclaration")
@Deactivate
private void deactivate() {
  stop();
}
origin: apache/jackrabbit-oak

@Deactivate
protected void deactivate() throws Exception {
  solrServerConfigurationProviders.clear();
  close();
}
origin: org.apache.jackrabbit/oak-jcr

@Deactivate
private void deactivate(){
  if(mbeanReg != null){
    mbeanReg.unregister();
  }
  eventListeners.clear();
  bgObservers.clear();
  filterConfigs.clear();
}
origin: apache/jackrabbit-oak

@SuppressWarnings("UnusedDeclaration")
@Deactivate
private void deactivate() {
  if (syncConfigTracker != null) {
    syncConfigTracker.close();
  }
  if (syncHandlerMappingTracker != null) {
    syncHandlerMappingTracker.close();
  }
}
origin: io.fabric8/fabric-zookeeper

@Deactivate
void deactivate() throws Exception {
  deactivateComponent();
  deactivateInternal();
}
origin: io.fabric8/fabric-git

@Deactivate
void deactivate() {
  deactivateComponent();
  RepositoryCache.clear();
  git.status().getRepository().close();
}
org.apache.felix.scr.annotationsDeactivate<init>

Popular methods of Deactivate

    Popular in Java

    • Start an intent from android
    • setRequestProperty (URLConnection)
    • requestLocationUpdates (LocationManager)
    • runOnUiThread (Activity)
    • HttpURLConnection (java.net)
      An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
    • Comparator (java.util)
      A Comparator is used to compare two objects to determine their ordering with respect to each other.
    • TimeZone (java.util)
      TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
    • Modifier (javassist)
      The Modifier class provides static methods and constants to decode class and member access modifiers
    • JFrame (javax.swing)
    • Base64 (org.apache.commons.codec.binary)
      Provides Base64 encoding and decoding as defined by RFC 2045.This class implements section 6.8. Base
    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