|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.service.ServicePropertiesFactory
public class ServicePropertiesFactory
| Method Summary | |
|---|---|
GlobalServiceProperties |
getGlobalServiceProperties()
Retrieve the global service properties. |
static ServicePropertiesFactory |
getInstance()
|
ServiceProperties |
getServiceProperties(int entityId)
Retrieves the ServiceProperties associated with the specified entityID |
boolean |
hasServiceProperties(int entityId)
Checks to see if ServiceProperties associated with a certain entityId have been registered. |
void |
intializeServiceProperties(int entityId)
|
void |
intializeServiceProperties(int entityId,
String configFileLocation)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ServicePropertiesFactory getInstance()
public GlobalServiceProperties getGlobalServiceProperties()
public void intializeServiceProperties(int entityId)
throws ServiceException
ServiceException
public void intializeServiceProperties(int entityId,
String configFileLocation)
throws ServiceException
ServiceExceptionpublic boolean hasServiceProperties(int entityId)
entityId - The identifier of the entity in question.
public ServiceProperties getServiceProperties(int entityId)
entityId - The identifier of the entity in question.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||