Tabnine Logo
ServiceResources.getTracker
Code IndexAdd Tabnine to your IDE (free)

How to use
getTracker
method
in
org.apache.tapestry5.ioc.ServiceResources

Best Java code snippets using org.apache.tapestry5.ioc.ServiceResources.getTracker (Showing top 10 results out of 315)

origin: apache/tapestry-5

public AbstractMethodInvokingInstrumenter(ModuleBuilderSource moduleSource, Method method,
                     ServiceResources resources, PlasticProxyFactory proxyFactory)
{
  this.moduleSource = moduleSource;
  this.method = method;
  this.resources = resources;
  this.proxyFactory = proxyFactory;
  serviceId = resources.getServiceId();
  resourcesDefaults.put(String.class, serviceId);
  resourcesDefaults.put(ObjectLocator.class, resources);
  resourcesDefaults.put(ServiceResources.class, resources);
  logger = resources.getLogger();
  resourcesDefaults.put(Logger.class, logger);
  serviceInterface = resources.getServiceInterface();
  resourcesDefaults.put(Class.class, serviceInterface);
  resourcesDefaults.put(OperationTracker.class, resources.getTracker());
}
origin: org.apache.tapestry/tapestry-ioc

protected final void train_getTracker(ServiceResources resources, OperationTracker tracker)
{
  expect(resources.getTracker()).andReturn(tracker).atLeastOnce();
}
origin: apache/tapestry-5

protected final void train_getTracker(ServiceResources resources, OperationTracker tracker)
{
  expect(resources.getTracker()).andReturn(tracker).atLeastOnce();
}
origin: org.apache.tapestry/tapestry-ioc

public AbstractMethodInvokingInstrumenter(ModuleBuilderSource moduleSource, Method method,
                     ServiceResources resources, PlasticProxyFactory proxyFactory)
{
  this.moduleSource = moduleSource;
  this.method = method;
  this.resources = resources;
  this.proxyFactory = proxyFactory;
  serviceId = resources.getServiceId();
  resourcesDefaults.put(String.class, serviceId);
  resourcesDefaults.put(ObjectLocator.class, resources);
  resourcesDefaults.put(ServiceResources.class, resources);
  logger = resources.getLogger();
  resourcesDefaults.put(Logger.class, logger);
  serviceInterface = resources.getServiceInterface();
  resourcesDefaults.put(Class.class, serviceInterface);
  resourcesDefaults.put(OperationTracker.class, resources.getTracker());
}
origin: org.apache.tapestry/tapestry-ioc

  protected Object invoke(final InjectionResources injectionResources)
  {
    String description = String.format("Invoking method %s", toString());

    ObjectCreator<Object> plan = InternalUtils.createMethodInvocationPlan(resources.getTracker(), resources, injectionResources, logger, description, getModuleInstance(), method);

    return plan.createObject();
  }
}
origin: apache/tapestry-5

  protected Object invoke(final InjectionResources injectionResources)
  {
    String description = String.format("Invoking method %s", toString());

    ObjectCreator<Object> plan = InternalUtils.createMethodInvocationPlan(resources.getTracker(), resources, injectionResources, logger, description, getModuleInstance(), method);

    return plan.createObject();
  }
}
origin: apache/tapestry-5

          OrderedConfiguration configuration)
final OperationTracker tracker = resources.getTracker();
origin: org.apache.tapestry/tapestry-spring

          OrderedConfiguration configuration)
final OperationTracker tracker = resources.getTracker();
origin: org.apache.tapestry/tapestry-ioc

injectionResources, resources.getTracker());
origin: apache/tapestry-5

injectionResources, resources.getTracker());
org.apache.tapestry5.iocServiceResourcesgetTracker

Javadoc

Returns an object that can be used to track operations related to constructing, configuring, decorating and initializing the service.

Popular methods of ServiceResources

  • getServiceId
    Returns the fully qualified id of the service.
  • getServiceInterface
    Returns the service interface implemented by the service.
  • autobuild
  • getLogger
    Returns a Logger appropriate for logging messages. This includes debug level messages about the crea
  • getService
  • getServiceImplementation
    Returns the service implementation.

Popular in Java

  • Running tasks concurrently on multiple threads
  • getSupportFragmentManager (FragmentActivity)
  • notifyDataSetChanged (ArrayAdapter)
  • putExtra (Intent)
  • FileWriter (java.io)
    A specialized Writer that writes to a file in the file system. All write requests made by calling me
  • InputStreamReader (java.io)
    A class for turning a byte stream into a character stream. Data read from the source input stream is
  • LinkedList (java.util)
    Doubly-linked list implementation of the List and Dequeinterfaces. Implements all optional list oper
  • StringTokenizer (java.util)
    Breaks a string into tokens; new code should probably use String#split.> // Legacy code: StringTo
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • Top PhpStorm plugins
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