Codota Logo
org.jdtaus.core.container
Code IndexAdd Codota to your IDE (free)

How to use org.jdtaus.core.container

Best Java code snippets using org.jdtaus.core.container (Showing top 20 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
Connection c =
  • Codota IconDataSource dataSource;dataSource.getConnection()
  • Codota IconString url;DriverManager.getConnection(url)
  • Codota IconIdentityDatabaseUtil.getDBConnection()
  • Smart code suggestions by Codota
}
origin: org.jdtaus.core.lang/jdtaus-core-memory-manager

/**
 * Gets the value of property <code>defaultMaximumRetries</code>.
 *
 * @return Default number of retries when trying to free memory.
 */
private java.lang.Integer getDefaultMaximumRetries()
{
  return (java.lang.Integer) ContainerFactory.getContainer().
    getProperty( this, "defaultMaximumRetries" );
}
origin: org.jdtaus.core.monitor/jdtaus-core-task-monitor

/**
 * Gets the configured <code>Logger</code> implementation.
 *
 * @return The configured <code>Logger</code> implementation.
 */
private Logger getLogger()
{
  return (Logger) ContainerFactory.getContainer().
    getDependency( this, "Logger" );
}
origin: org.jdtaus.core.monitor/jdtaus-core-task-monitor

/**
 * Gets the configured <code>Locale</code> implementation.
 *
 * @return The configured <code>Locale</code> implementation.
 */
private Locale getLocale()
{
  return (Locale) ContainerFactory.getContainer().
    getDependency( this, "Locale" );
}
origin: org.jdtaus.core.monitor/jdtaus-core-task-monitor

/**
 * Gets the value of property <code>defaultPollIntervalMillis</code>.
 *
 * @return Default number of milliseconds per poll interval.
 */
private java.lang.Long getDefaultPollIntervalMillis()
{
  return (java.lang.Long) ContainerFactory.getContainer().
    getProperty( this, "defaultPollIntervalMillis" );
}
origin: org.jdtaus.core.monitor/jdtaus-core-task-monitor

/**
 * Gets the configured <code>TaskListener</code> implementation.
 *
 * @return The configured <code>TaskListener</code> implementation.
 */
private TaskListener[] getTaskListener()
{
  return (TaskListener[]) ContainerFactory.getContainer().
    getDependency( this, "TaskListener" );
}
origin: org.jdtaus.core/jdtaus-core-utilities

/**
 * Gets the value of property <code>defaultLoggingThresholdMillis</code>.
 *
 * @return Default number of milliseconds a task at least needs to run to trigger a message when finished.
 */
private java.lang.Long getDefaultLoggingThresholdMillis()
{
  return (java.lang.Long) ContainerFactory.getContainer().
    getProperty( this, "defaultLoggingThresholdMillis" );
}
origin: org.jdtaus.core/jdtaus-core-utilities

/**
 * Gets the configured <code>DefaultResolvers</code> implementation.
 *
 * @return The configured <code>DefaultResolvers</code> implementation.
 */
private EntityResolver[] getDefaultResolvers()
{
  return (EntityResolver[]) ContainerFactory.getContainer().
    getDependency( this, "DefaultResolvers" );
}
origin: org.jdtaus.core/jdtaus-core-utilities

/**
 * Gets the value of property <code>defaultCursorType</code>.
 *
 * @return Default cursor used when blocking is in effect.
 */
private java.lang.Integer getDefaultCursorType()
{
  return (java.lang.Integer) ContainerFactory.getContainer().
    getProperty( this, "defaultCursorType" );
}
origin: org.jdtaus.core/jdtaus-core-utilities

/**
 * Gets the configured <code>ApplicationLogger</code> implementation.
 *
 * @return The configured <code>ApplicationLogger</code> implementation.
 */
private ApplicationLogger getApplicationLogger()
{
  return (ApplicationLogger) ContainerFactory.getContainer().
    getDependency( this, "ApplicationLogger" );
}
origin: org.jdtaus.core/jdtaus-core-utilities

/**
 * Gets the value of property <code>defaultMaximumMessages</code>.
 *
 * @return Default maximum number of messages displayed per event.
 */
private java.lang.Integer getDefaultMaximumMessages()
{
  return (java.lang.Integer) ContainerFactory.getContainer().
    getProperty( this, "defaultMaximumMessages" );
}
origin: org.jdtaus.core/jdtaus-core-utilities

/**
 * Gets the configured <code>Logger</code> implementation.
 *
 * @return The configured <code>Logger</code> implementation.
 */
private Logger getLogger()
{
  return (Logger) ContainerFactory.getContainer().
    getDependency( this, "Logger" );
}
origin: org.jdtaus.banking/jdtaus-banking-ri-bankleitzahlenverzeichnis

/**
 * Gets the value of property <code>defaultMonitoringThreshold</code>.
 *
 * @return Default number of bank codes for which progress monitoring gets enabled.
 */
private java.lang.Long getDefaultMonitoringThreshold()
{
  return (java.lang.Long) ContainerFactory.getContainer().
    getProperty( this, "defaultMonitoringThreshold" );
}
origin: org.jdtaus.core/jdtaus-core-utilities

/**
 * Gets the configured <code>Logger</code> implementation.
 *
 * @return The configured <code>Logger</code> implementation.
 */
private Logger getLogger()
{
  return (Logger) ContainerFactory.getContainer().
    getDependency( this, "Logger" );
}
origin: org.jdtaus.banking.dtaus/jdtaus-banking-ri-dtaus

/**
 * Gets the value of property <code>defaultMaximumExtensionCount</code>.
 *
 * @return Default maximum number of extensions allowed in a C record (field C18).
 */
protected java.lang.Long getDefaultMaximumExtensionCount()
{
  return (java.lang.Long) ContainerFactory.getContainer().
    getProperty( this, "defaultMaximumExtensionCount" );
}
origin: org.jdtaus.core/jdtaus-core-utilities

/**
 * Gets the configured <code>MemoryManager</code> implementation.
 *
 * @return The configured <code>MemoryManager</code> implementation.
 */
private MemoryManager getMemoryManager()
{
  return (MemoryManager) ContainerFactory.getContainer().
    getDependency( this, "MemoryManager" );
}
origin: org.jdtaus.core/jdtaus-core-utilities

/**
 * Gets the configured <code>Logger</code> implementation.
 *
 * @return The configured <code>Logger</code> implementation.
 */
private Logger getLogger()
{
  return (Logger) ContainerFactory.getContainer().
    getDependency( this, "Logger" );
}
origin: org.jdtaus.banking/jdtaus-banking-spi

/**
 * Gets the configured <code>Locale</code> implementation.
 *
 * @return The configured <code>Locale</code> implementation.
 */
private Locale getLocale()
{
  return (Locale) ContainerFactory.getContainer().
    getDependency( this, "Locale" );
}
origin: org.jdtaus.banking/jdtaus-banking-ri-bankleitzahlenverzeichnis

/**
 * Gets the configured <code>Locale</code> implementation.
 *
 * @return The configured <code>Locale</code> implementation.
 */
private Locale getLocale()
{
  return (Locale) ContainerFactory.getContainer().
    getDependency( this, "Locale" );
}
origin: org.jdtaus.banking.dtaus/jdtaus-banking-ri-dtaus

/**
 * Gets the configured <code>HeaderValidator</code> implementation.
 *
 * @return The configured <code>HeaderValidator</code> implementation.
 */
protected HeaderValidator[] getHeaderValidator()
{
  return (HeaderValidator[]) ContainerFactory.getContainer().
    getDependency( this, "HeaderValidator" );
}
origin: org.jdtaus.banking.dtaus/jdtaus-banking-ri-dtaus

/**
 * Gets the configured <code>Logger</code> implementation.
 *
 * @return The configured <code>Logger</code> implementation.
 */
protected Logger getLogger()
{
  return (Logger) ContainerFactory.getContainer().
    getDependency( this, "Logger" );
}
org.jdtaus.core.container

Most used classes

  • Container
  • ContainerFactory
    Factory for the Container singleton.
  • PropertyException
    Gets thrown for illegal property values.
  • ModelFactory
    Factory for the Model singleton.
  • Modules
    Collection of modules.
  • Implementations,
  • Model,
  • Specification,
  • ContextFactory,
  • Dependencies,
  • Dependency,
  • ContextInitializer,
  • ImplementationException,
  • Module,
  • Properties,
  • Property,
  • Argument,
  • Arguments,
  • ContainerError
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