Tabnine Logo
AbstractCapability.getResource
Code IndexAdd Tabnine to your IDE (free)

How to use
getResource
method
in
org.apache.muse.core.AbstractCapability

Best Java code snippets using org.apache.muse.core.AbstractCapability.getResource (Showing top 1 results out of 315)

origin: org.n52.amused/amused-core

public void initializeCompleted() 
  throws SoapFault
{
  Persistence persistence = getPersistence();
  
  //
  // if the capability defines a persistence mechanism, we 
  // should ask it to reload any saved data
  //
  if (persistence != null)
  {
    ResourceManager manager = getResource().getResourceManager();
    persistence.setResourceManager(manager);
    persistence.reload();
  }
}
org.apache.muse.coreAbstractCapabilitygetResource

Popular methods of AbstractCapability

  • initialize
  • getInitializationParameters
  • getPersistence
  • initializeCompleted
  • setMessageHandler
  • setResource

Popular in Java

  • Finding current android device location
  • findViewById (Activity)
  • getContentResolver (Context)
  • addToBackStack (FragmentTransaction)
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • Vector (java.util)
    Vector is an implementation of List, backed by an array and synchronized. All optional operations in
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • From CI to AI: The AI layer in your organization
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