|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.service.client.SessionService
public class SessionService
A special class which provides the entry point to initiate communications
| Constructor Summary | |
|---|---|
SessionService()
|
|
| Method Summary | |
|---|---|
static ClientService |
getClientService(int entityId)
Creates a new client service or gets a reference to an existing one |
static ClientService |
getClientService(int entityId,
ServiceBulletin bulletin)
Creates a new client service or gets a reference to an existing one |
static ClientService |
getClientService(int entityId,
String configFileLocation)
Creates a new client service or gets a reference to an existing one. |
static void |
setServiceConfigurationLocation(String serviceConfigFileLocation)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SessionService()
| Method Detail |
|---|
public static void setServiceConfigurationLocation(String serviceConfigFileLocation)
public static ClientService getClientService(int entityId)
throws ServiceException
ServiceException
public static ClientService getClientService(int entityId,
String configFileLocation)
throws ServiceException
entityId - The entity identifier of the clientconfigFileLocation - The location of the configuration file
ServiceException - if there are problems with the service request, such as the
specification of an invalid entityId or configFileLocation.
public static ClientService getClientService(int entityId,
ServiceBulletin bulletin)
throws ServiceException
ServiceException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||