|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.services.ExternalServices
@Deprecated public class ExternalServices
ExternalServices starts up all the runtime services for the uPortal.
These services can be customized at an installation location by editing the
services.xml file under the properties directory. For example, the
connection pooling is a service that can be provided by different vendor
implementations.
Services are bound into the uPortal /services JNDI branch if
| Constructor Summary | |
|---|---|
ExternalServices()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
Deprecated. |
protected SAXParser |
createParser()
Deprecated. |
CarResources |
getCarResources()
Deprecated. |
Class<?> |
getClassObject(String className)
Deprecated. Returns the appropriate class for the given class name. |
IJndiManager |
getJndiManager()
Deprecated. |
protected void |
outputMessage(String msg)
Deprecated. Controls output of ExternalServices. |
void |
setCarResources(CarResources carResources)
Deprecated. |
void |
setJndiManager(IJndiManager jndiManager)
Deprecated. |
static void |
startServices(Context servicesContext)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExternalServices()
| Method Detail |
|---|
public static void startServices(Context servicesContext)
throws PortalException
PortalExceptionpublic IJndiManager getJndiManager()
public void setJndiManager(IJndiManager jndiManager)
jndiManager - the jndiManager to setpublic CarResources getCarResources()
public void setCarResources(CarResources carResources)
carResources - the carResources to set
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface InitializingBeanException
protected SAXParser createParser()
throws Exception
Exceptionprotected void outputMessage(String msg)
msg - a string to output
public Class<?> getClassObject(String className)
throws Exception
className - - Name of the class. Primitive datatypes must be specified
as xxx.class or Xxxx.TYPE. (e.g. int.class or Integer.TYPE).
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||