|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatg.nucleus.logging.VariableArgumentApplicationLoggingImpl
atg.nucleus.GenericService
atg.svc.repository.service.BaseService
atg.svc.repository.service.FrameworkBaseService
public class FrameworkBaseService
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 |
---|
public static final java.lang.String CLASS_VERSION
public static final java.lang.String DEFAULT_REPOSITORY_HOMES_NAME
public static final java.lang.String DEFAULT_VERSIONED_REPOSITORY_HOMES_NAME
Constructor Detail |
---|
public FrameworkBaseService()
Method Detail |
---|
public java.lang.String getServiceFrameworkRepositoryHomesName()
public void setServiceFrameworkRepositoryHomesName(java.lang.String pServiceFrameworkRepositoryHomesName)
pServiceFrameworkRepositoryHomesName
- The name of the repository homes for the ServiceFrameworkRepository.public java.lang.String getServiceFrameworkBeanHomesName()
public void setServiceFrameworkBeanHomesName(java.lang.String pServiceFrameworkBeanHomesName)
pServiceFrameworkBeanHomesName
- The name of the bean homes for the ServiceFrameworkRepository.public atg.svc.framework.repository.beans.ServiceFrameworkHomes getServiceFrameworkBeanHomes()
public atg.svc.framework.repository.beans.ServiceFrameworkHomes getServiceFrameworkRepositoryHomes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |