Codota Logo
ContainerLifecycleObserver$Builder
Code IndexAdd Codota to your IDE (free)

How to use
ContainerLifecycleObserver$Builder
in
org.jboss.weld.environment.se

Best Java code snippets using org.jboss.weld.environment.se.ContainerLifecycleObserver$Builder (Showing top 18 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
Charset c =
  • Codota IconString charsetName;Charset.forName(charsetName)
  • Codota IconCharset.defaultCharset()
  • Codota IconContentType contentType;contentType.getCharset()
  • Smart code suggestions by Codota
}
origin: weld/core

private static <T> Builder<T> of(Type observedType) {
  if (!Observers.CONTAINER_LIFECYCLE_EVENT_TYPES.contains(Reflections.getRawType(observedType))) {
    throw WeldSELogger.LOG.observedTypeNotContonainerLifecycleEventType(observedType);
  }
  return new Builder<>(observedType);
}
origin: weld/core

/**
 *
 * @param callback
 * @return a new container lifecycle observer
 * @see AfterTypeDiscovery
 */
public static ContainerLifecycleObserver<AfterTypeDiscovery> afterTypeDiscovery(Consumer<AfterTypeDiscovery> callback) {
  return afterTypeDiscovery().notify(callback);
}
origin: weld/core

/**
 *
 * @param callback
 * @return a new container lifecycle observer
 * @see BeforeShutdown
 */
public static ContainerLifecycleObserver<BeforeShutdown> beforeShutdown(Consumer<BeforeShutdown> callback) {
  return beforeShutdown().notify(callback);
}
origin: org.jboss.weld.se/weld-se-shaded

/**
 *
 * @param callback
 * @return a new container lifecycle observer
 * @see AfterDeploymentValidation
 */
public static ContainerLifecycleObserver<AfterDeploymentValidation> afterDeploymentValidation(Consumer<AfterDeploymentValidation> callback) {
  return afterDeploymentValidation().notify(callback);
}
origin: weld/core

/**
 *
 * @param callback
 * @return a new container lifecycle observer
 * @see BeforeBeanDiscovery
 */
public static ContainerLifecycleObserver<BeforeBeanDiscovery> beforeBeanDiscovery(Consumer<BeforeBeanDiscovery> callback) {
  return beforeBeanDiscovery().notify(callback);
}
origin: weld/core

/**
 *
 * @param callback
 * @return a new container lifecycle observer
 * @see BeforeShutdown
 */
public static ContainerLifecycleObserver<BeforeShutdown> beforeShutdown(Consumer<BeforeShutdown> callback) {
  return beforeShutdown().notify(callback);
}
origin: weld/core

/**
 *
 * @param callback
 * @return a new container lifecycle observer
 * @see AfterBeanDiscovery
 */
public static ContainerLifecycleObserver<WeldAfterBeanDiscovery> afterBeanDiscovery(Consumer<WeldAfterBeanDiscovery> callback) {
  return afterBeanDiscovery().notify(callback);
}
origin: org.jboss.weld.se/weld-se-shaded

/**
 *
 * @param callback
 * @return a new container lifecycle observer
 * @see AfterBeanDiscovery
 */
public static ContainerLifecycleObserver<WeldAfterBeanDiscovery> afterBeanDiscovery(Consumer<WeldAfterBeanDiscovery> callback) {
  return afterBeanDiscovery().notify(callback);
}
origin: weld/core

/**
 *
 * @param callback
 * @return a new container lifecycle observer
 * @see BeforeBeanDiscovery
 */
public static ContainerLifecycleObserver<BeforeBeanDiscovery> beforeBeanDiscovery(Consumer<BeforeBeanDiscovery> callback) {
  return beforeBeanDiscovery().notify(callback);
}
origin: weld/core

/**
 *
 * @param callback
 * @return a new container lifecycle observer
 * @see AfterBeanDiscovery
 */
public static ContainerLifecycleObserver<WeldAfterBeanDiscovery> afterBeanDiscovery(Consumer<WeldAfterBeanDiscovery> callback) {
  return afterBeanDiscovery().notify(callback);
}
origin: org.jboss.weld.se/weld-se-shaded

private static <T> Builder<T> of(Type observedType) {
  if (!Observers.CONTAINER_LIFECYCLE_EVENT_TYPES.contains(Reflections.getRawType(observedType))) {
    throw WeldSELogger.LOG.observedTypeNotContonainerLifecycleEventType(observedType);
  }
  return new Builder<>(observedType);
}
origin: weld/core

/**
 *
 * @param callback
 * @return a new container lifecycle observer
 * @see AfterTypeDiscovery
 */
public static ContainerLifecycleObserver<AfterTypeDiscovery> afterTypeDiscovery(Consumer<AfterTypeDiscovery> callback) {
  return afterTypeDiscovery().notify(callback);
}
origin: org.jboss.weld.se/weld-se-shaded

/**
 *
 * @param callback
 * @return a new container lifecycle observer
 * @see AfterTypeDiscovery
 */
public static ContainerLifecycleObserver<AfterTypeDiscovery> afterTypeDiscovery(Consumer<AfterTypeDiscovery> callback) {
  return afterTypeDiscovery().notify(callback);
}
origin: weld/core

/**
 *
 * @param callback
 * @return a new container lifecycle observer
 * @see AfterDeploymentValidation
 */
public static ContainerLifecycleObserver<AfterDeploymentValidation> afterDeploymentValidation(Consumer<AfterDeploymentValidation> callback) {
  return afterDeploymentValidation().notify(callback);
}
origin: org.jboss.weld.se/weld-se-shaded

/**
 *
 * @param callback
 * @return a new container lifecycle observer
 * @see BeforeBeanDiscovery
 */
public static ContainerLifecycleObserver<BeforeBeanDiscovery> beforeBeanDiscovery(Consumer<BeforeBeanDiscovery> callback) {
  return beforeBeanDiscovery().notify(callback);
}
origin: weld/core

private static <T> Builder<T> of(Type observedType) {
  if (!Observers.CONTAINER_LIFECYCLE_EVENT_TYPES.contains(Reflections.getRawType(observedType))) {
    throw WeldSELogger.LOG.observedTypeNotContonainerLifecycleEventType(observedType);
  }
  return new Builder<>(observedType);
}
origin: org.jboss.weld.se/weld-se-shaded

/**
 *
 * @param callback
 * @return a new container lifecycle observer
 * @see BeforeShutdown
 */
public static ContainerLifecycleObserver<BeforeShutdown> beforeShutdown(Consumer<BeforeShutdown> callback) {
  return beforeShutdown().notify(callback);
}
origin: weld/core

/**
 *
 * @param callback
 * @return a new container lifecycle observer
 * @see AfterDeploymentValidation
 */
public static ContainerLifecycleObserver<AfterDeploymentValidation> afterDeploymentValidation(Consumer<AfterDeploymentValidation> callback) {
  return afterDeploymentValidation().notify(callback);
}
org.jboss.weld.environment.seContainerLifecycleObserver$Builder

Javadoc

This builder is used to create a synthetic container lifecycle event observer.

Most used methods

  • <init>
  • notify
    Set a callback used during observer notification. The callback parameter is an event object. This is

Popular in Java

  • Finding current android device location
  • getSystemService (Context)
  • getApplicationContext (Context)
  • getExternalFilesDir (Context)
  • KeyStore (java.security)
    This class represents an in-memory collection of keys and certificates. It manages two types of entr
  • MessageFormat (java.text)
    MessageFormat provides a means to produce concatenated messages in language-neutral way. Use this to
  • Hashtable (java.util)
    Hashtable is a synchronized implementation of Map. All optional operations are supported.Neither key
  • LinkedList (java.util)
    Doubly-linked list implementation of the List and Dequeinterfaces. Implements all optional list oper
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
  • Table (org.hibernate.mapping)
    A relational table
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