Tabnine Logo
ContentControllerImpl.getFcSuperControllerNotifier
Code IndexAdd Tabnine to your IDE (free)

How to use
getFcSuperControllerNotifier
method
in
juliac.generated.ContentControllerImpl

Best Java code snippets using juliac.generated.ContentControllerImpl.getFcSuperControllerNotifier (Showing top 6 results out of 315)

origin: com.ebmwebsourcing.easycommons/easycommons-sca-impl

/** 
 * @see org.objectweb.fractal.julia.control.content.SuperContentMixin#removeFcSubComponent(org.objectweb.fractal.api.Component)
 */
public void removeFcSubComponent(final Component subComponent) throws IllegalContentException, IllegalLifeCycleException {
  removeFcSubComponent$0(subComponent);
  SuperControllerNotifier scn = getFcSuperControllerNotifier(subComponent);
  if (scn != null) {
    try {
      Component c = ((Component)(weaveableC.getFcInterface("component")));
      scn.removedFromFc(c);
    } catch (NoSuchInterfaceException ignored) {
    }
  } 
}

origin: org.ow2.frascati.tinfi/frascati-tinfi-membranes-oo

/**
 * @see org.objectweb.fractal.julia.control.content.SuperContentMixin#addFcSubComponent(org.objectweb.fractal.api.Component)
 */
public void addFcSubComponent(final org.objectweb.fractal.api.Component subComponent) throws org.objectweb.fractal.api.control.IllegalContentException, org.objectweb.fractal.api.control.IllegalLifeCycleException {
  addFcSubComponent$0(subComponent);
  org.objectweb.fractal.julia.control.content.SuperControllerNotifier scn = getFcSuperControllerNotifier(subComponent);
  if (scn != null) {
    try {
      org.objectweb.fractal.api.Component c = ((org.objectweb.fractal.api.Component) (weaveableC.getFcInterface("component")));
      scn.addedToFc(c);
    } catch (org.objectweb.fractal.api.NoSuchInterfaceException ignored) {
    }
  }
}
origin: org.ow2.petals/petals-microkernel-api

/**
 * @see org.objectweb.fractal.julia.control.content.SuperContentMixin#addFcSubComponent(org.objectweb.fractal.api.Component)
 */
public void addFcSubComponent(final org.objectweb.fractal.api.Component subComponent) throws org.objectweb.fractal.api.control.IllegalContentException, org.objectweb.fractal.api.control.IllegalLifeCycleException {
  addFcSubComponent$0(subComponent);
  org.objectweb.fractal.julia.control.content.SuperControllerNotifier scn = getFcSuperControllerNotifier(subComponent);
  if (scn != null) {
    try {
      org.objectweb.fractal.api.Component c = ((org.objectweb.fractal.api.Component) (weaveableC.getFcInterface("component")));
      scn.addedToFc(c);
    } catch (org.objectweb.fractal.api.NoSuchInterfaceException ignored) {
    }
  }
}
origin: com.ebmwebsourcing.easycommons/easycommons-sca-impl

/** 
 * @see org.objectweb.fractal.julia.control.content.SuperContentMixin#addFcSubComponent(org.objectweb.fractal.api.Component)
 */
public void addFcSubComponent(final Component subComponent) throws IllegalContentException, IllegalLifeCycleException {
  addFcSubComponent$0(subComponent);
  SuperControllerNotifier scn = getFcSuperControllerNotifier(subComponent);
  if (scn != null) {
    try {
      Component c = ((Component)(weaveableC.getFcInterface("component")));
      scn.addedToFc(c);
    } catch (NoSuchInterfaceException ignored) {
    }
  } 
}

origin: org.ow2.petals/petals-microkernel-api

/**
 * @see org.objectweb.fractal.julia.control.content.SuperContentMixin#removeFcSubComponent(org.objectweb.fractal.api.Component)
 */
public void removeFcSubComponent(final org.objectweb.fractal.api.Component subComponent) throws org.objectweb.fractal.api.control.IllegalContentException, org.objectweb.fractal.api.control.IllegalLifeCycleException {
  removeFcSubComponent$0(subComponent);
  org.objectweb.fractal.julia.control.content.SuperControllerNotifier scn = getFcSuperControllerNotifier(subComponent);
  if (scn != null) {
    try {
      org.objectweb.fractal.api.Component c = ((org.objectweb.fractal.api.Component) (weaveableC.getFcInterface("component")));
      scn.removedFromFc(c);
    } catch (org.objectweb.fractal.api.NoSuchInterfaceException ignored) {
    }
  }
}
origin: org.ow2.frascati.tinfi/frascati-tinfi-membranes-oo

/**
 * @see org.objectweb.fractal.julia.control.content.SuperContentMixin#removeFcSubComponent(org.objectweb.fractal.api.Component)
 */
public void removeFcSubComponent(final org.objectweb.fractal.api.Component subComponent) throws org.objectweb.fractal.api.control.IllegalContentException, org.objectweb.fractal.api.control.IllegalLifeCycleException {
  removeFcSubComponent$0(subComponent);
  org.objectweb.fractal.julia.control.content.SuperControllerNotifier scn = getFcSuperControllerNotifier(subComponent);
  if (scn != null) {
    try {
      org.objectweb.fractal.api.Component c = ((org.objectweb.fractal.api.Component) (weaveableC.getFcInterface("component")));
      scn.removedFromFc(c);
    } catch (org.objectweb.fractal.api.NoSuchInterfaceException ignored) {
    }
  }
}
juliac.generatedContentControllerImplgetFcSuperControllerNotifier

Popular methods of ContentControllerImpl

  • <init>
  • addFcSubComponent$0
  • addFcSubComponent$1
  • checkFcLocalBinding
  • checkFcRemoveSubComponent
  • containsFcSubComponent
  • getFcInternalInterface$0
  • getFcSubComponents
  • initFcController$0
  • initFcController$1
  • removeFcSubComponent$0
  • removeFcSubComponent$1
  • removeFcSubComponent$0,
  • removeFcSubComponent$1,
  • removeFcSubComponent$2,
  • initFcController$2,
  • removeFcSubComponent$3

Popular in Java

  • Creating JSON documents from java classes using gson
  • getSystemService (Context)
  • onRequestPermissionsResult (Fragment)
  • setContentView (Activity)
  • ObjectMapper (com.fasterxml.jackson.databind)
    ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
  • Runnable (java.lang)
    Represents a command that can be executed. Often used to run code in a different Thread.
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • Permission (java.security)
    Legacy security code; do not use.
  • HashMap (java.util)
    HashMap is an implementation of Map. All optional operations are supported.All elements are permitte
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
  • Top 12 Jupyter Notebook extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now