| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RemoteFactory
Provides for creation and destruction of local
 WsmoSource instances and their
 management by integer identifier.
| Method Summary | |
|---|---|
 boolean | 
destroyWsmoSource(int wsmoSourceId)
Destroys the local WsmoSource corresponding to the provided
 identifier. | 
 int | 
getNewWsmoSource(String sourceName)
Creates locally a new WsmoSource with an integer identifier to
 access it later. | 
| Method Detail | 
|---|
int getNewWsmoSource(String sourceName)
                     throws ServiceLimitExceededException,
                            IllegalSourceNameException
WsmoSource with an integer identifier to
 access it later.
sourceName - an alphanumeric name of the WsmoSource by which the client identifies
                sources persisted between 2 executions of ORDI-WS
ServiceLimitExceededException - if no more WsmoSources could be handled
IllegalSourceNameException - if sourceName is not an alphanumeric stringboolean destroyWsmoSource(int wsmoSourceId)
WsmoSource corresponding to the provided
 identifier.
wsmoSourceId - integer identifier of a WsmoSource to be
                destroyed.
WsmoSource of the given
         identifier exists and was destroyed and false otherwise
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||