atg.svc.repository.service
Class FrameworkBaseService

java.lang.Object
  extended by atg.nucleus.logging.VariableArgumentApplicationLoggingImpl
      extended by atg.nucleus.GenericService
          extended by atg.svc.repository.service.BaseService
              extended by atg.svc.repository.service.FrameworkBaseService
All Implemented Interfaces:
atg.naming.NameContextBindingListener, atg.naming.NameContextElement, atg.naming.NameResolver, atg.nucleus.AdminableService, atg.nucleus.logging.ApplicationLogging, atg.nucleus.logging.ApplicationLoggingSender, atg.nucleus.logging.TraceApplicationLogging, atg.nucleus.logging.VariableArgumentApplicationLogging, atg.nucleus.naming.ComponentNameResolver, atg.nucleus.Service, atg.nucleus.ServiceListener, java.util.EventListener
Direct Known Subclasses:
UIService

public class FrameworkBaseService
extends BaseService

Base service for business logic classes.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
static java.lang.String DEFAULT_REPOSITORY_HOMES_NAME
           
static java.lang.String DEFAULT_VERSIONED_REPOSITORY_HOMES_NAME
           
 
Fields inherited from class atg.nucleus.GenericService
SERVICE_INFO_KEY
 
Fields inherited from interface atg.nucleus.logging.TraceApplicationLogging
DEFAULT_LOG_TRACE_STATUS
 
Fields inherited from interface atg.nucleus.logging.ApplicationLogging
DEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS
 
Constructor Summary
FrameworkBaseService()
           
 
Method Summary
 atg.svc.framework.repository.beans.ServiceFrameworkHomes getServiceFrameworkBeanHomes()
          Gets the factory for the bean homes for the ServiceFrameworkRepository.
 java.lang.String getServiceFrameworkBeanHomesName()
          Gets the name of the bean homes for the ServiceFrameworkRepository.
 atg.svc.framework.repository.beans.ServiceFrameworkHomes getServiceFrameworkRepositoryHomes()
          Gets the factory for the repository homes for the ServiceFrameworkRepository.
 java.lang.String getServiceFrameworkRepositoryHomesName()
          Gets the name of the repository homes for the ServiceFrameworkRepository.
 void setServiceFrameworkBeanHomesName(java.lang.String pServiceFrameworkBeanHomesName)
          Sets the name of the bean homes for the ServiceFrameworkRepository.
 void setServiceFrameworkRepositoryHomesName(java.lang.String pServiceFrameworkRepositoryHomesName)
          Sets the name of the repository homes for the ServiceFrameworkRepository.
 
Methods inherited from class atg.svc.repository.service.BaseService
getRepositoryService, getToday, setRepositoryService
 
Methods inherited from class atg.nucleus.GenericService
addLogListener, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarning, setNucleus, setServiceInfo, startService, stopService
 
Methods inherited from class atg.nucleus.logging.VariableArgumentApplicationLoggingImpl
vlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values

DEFAULT_REPOSITORY_HOMES_NAME

public static final java.lang.String DEFAULT_REPOSITORY_HOMES_NAME
See Also:
Constant Field Values

DEFAULT_VERSIONED_REPOSITORY_HOMES_NAME

public static final java.lang.String DEFAULT_VERSIONED_REPOSITORY_HOMES_NAME
See Also:
Constant Field Values
Constructor Detail

FrameworkBaseService

public FrameworkBaseService()
Method Detail

getServiceFrameworkRepositoryHomesName

public java.lang.String getServiceFrameworkRepositoryHomesName()
Gets the name of the repository homes for the ServiceFrameworkRepository.

Returns:
The name of the repository homes for the ServiceFrameworkRepository.

setServiceFrameworkRepositoryHomesName

public void setServiceFrameworkRepositoryHomesName(java.lang.String pServiceFrameworkRepositoryHomesName)
Sets the name of the repository homes for the ServiceFrameworkRepository.

Parameters:
pServiceFrameworkRepositoryHomesName - The name of the repository homes for the ServiceFrameworkRepository.

getServiceFrameworkBeanHomesName

public java.lang.String getServiceFrameworkBeanHomesName()
Gets the name of the bean homes for the ServiceFrameworkRepository.

Returns:
The name of the bean homes for the ServiceFrameworkRepository.

setServiceFrameworkBeanHomesName

public void setServiceFrameworkBeanHomesName(java.lang.String pServiceFrameworkBeanHomesName)
Sets the name of the bean homes for the ServiceFrameworkRepository.

Parameters:
pServiceFrameworkBeanHomesName - The name of the bean homes for the ServiceFrameworkRepository.

getServiceFrameworkBeanHomes

public atg.svc.framework.repository.beans.ServiceFrameworkHomes getServiceFrameworkBeanHomes()
Gets the factory for the bean homes for the ServiceFrameworkRepository.

Returns:
The factory for the bean homes for the ServiceFrameworkRepository.

getServiceFrameworkRepositoryHomes

public atg.svc.framework.repository.beans.ServiceFrameworkHomes getServiceFrameworkRepositoryHomes()
Gets the factory for the repository homes for the ServiceFrameworkRepository.

Returns:
The factory for the repository homes for the ServiceFrameworkRepository.