raccoon.api
Class PsfRaccoonServices

java.lang.Object
  extended by raccoon.api.PsfRaccoonServices
Direct Known Subclasses:
CoreHelper

public abstract class PsfRaccoonServices
extends java.lang.Object

Contains the logical names of the public services contained in the Raccoon Framework.

This interface is useful in the sense that it usually indicates the name of the accessor

Each implementation should extends this interface in order to specify the available services.

Since:
Raccoon v0.7
Version:
$Id: PsfRaccoonServices.java,v 1.2 2004/08/08 20:25:57 crouvrais Exp $
Author:
Cedric ROUVRAIS

Field Summary
static java.lang.String FACTORY
          The factory service: Factory.
static java.lang.String NUCLEUS
          The nucleus service: Nucleus.
static java.lang.String RACCOON_NAME
          The name of Raccoon.
static java.lang.String RACCOON_SYS_PROPS
          The system property that defines the configuration file that will use.
static java.lang.String RACCOON_VERSION
          The version of Raccoon.
static java.lang.String RACCOON_VERSION_ID
          The version id of Raccoon.
static int RACCOON_VERSION_MAJOR
           
static int RACCOON_VERSION_MINOR
           
static java.lang.String REPO_GENERATOR
          The repository generator service: RepoGenerator.
static java.lang.String SERVICE_BEAN_ANALYZER
          The name of the bean analyzer service: BeanAnalyzer.
static java.lang.String SERVICE_BRIDGE_NAME
          Constant used to invoke the bridge base service.
static java.lang.String SERVICE_CONFIG
          The name of the configuration service: config.
static java.lang.String SERVICE_JAVA_PARSER
          The Java Parser service: JavaParser.
static java.lang.String SERVICE_LOGGER
          The name of the logging service: log.
static java.lang.String SERVICE_MANAGER
          The name of the Service Manager service.
static java.lang.String SERVICE_NUCLEUS_NAME
          Constant used to invoke the default nucleus service.
static java.lang.String SERVICE_XML_PARSER
          The name of the XML to IMessage parser: XmlParser.
static java.lang.String UNIT_TESTER
          The name of the Unit Tester service.
static java.lang.String UTILS
          The utility service: Utils.
 
Constructor Summary
PsfRaccoonServices()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_BRIDGE_NAME

public static final java.lang.String SERVICE_BRIDGE_NAME
Constant used to invoke the bridge base service.

See Also:
Constant Field Values

SERVICE_NUCLEUS_NAME

public static final java.lang.String SERVICE_NUCLEUS_NAME
Constant used to invoke the default nucleus service.

See Also:
Constant Field Values

SERVICE_LOGGER

public static final java.lang.String SERVICE_LOGGER
The name of the logging service: log.


SERVICE_CONFIG

public static final java.lang.String SERVICE_CONFIG
The name of the configuration service: config.


SERVICE_BEAN_ANALYZER

public static final java.lang.String SERVICE_BEAN_ANALYZER
The name of the bean analyzer service: BeanAnalyzer.


SERVICE_XML_PARSER

public static final java.lang.String SERVICE_XML_PARSER
The name of the XML to IMessage parser: XmlParser.

See Also:
IXmlToMessage

SERVICE_JAVA_PARSER

public static final java.lang.String SERVICE_JAVA_PARSER
The Java Parser service: JavaParser.


NUCLEUS

public static final java.lang.String NUCLEUS
The nucleus service: Nucleus.


FACTORY

public static final java.lang.String FACTORY
The factory service: Factory.


REPO_GENERATOR

public static final java.lang.String REPO_GENERATOR
The repository generator service: RepoGenerator.


UTILS

public static final java.lang.String UTILS
The utility service: Utils.

See Also:
IUtils

UNIT_TESTER

public static final java.lang.String UNIT_TESTER
The name of the Unit Tester service.


SERVICE_MANAGER

public static final java.lang.String SERVICE_MANAGER
The name of the Service Manager service.

See Also:
IServiceManager

RACCOON_NAME

public static final java.lang.String RACCOON_NAME
The name of Raccoon.

See Also:
Constant Field Values

RACCOON_VERSION_ID

public static final java.lang.String RACCOON_VERSION_ID
The version id of Raccoon.

See Also:
Constant Field Values

RACCOON_VERSION

public static final java.lang.String RACCOON_VERSION
The version of Raccoon.

See Also:
Constant Field Values

RACCOON_SYS_PROPS

public static final java.lang.String RACCOON_SYS_PROPS
The system property that defines the configuration file that will use.

See Also:
Constant Field Values

RACCOON_VERSION_MAJOR

public static final int RACCOON_VERSION_MAJOR
See Also:
Constant Field Values

RACCOON_VERSION_MINOR

public static final int RACCOON_VERSION_MINOR
See Also:
Constant Field Values
Constructor Detail

PsfRaccoonServices

public PsfRaccoonServices()


Copyright null null. All Rights Reserved.