|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of WsagEngine in org.ogf.graap.wsag.server.actions |
---|
Methods in org.ogf.graap.wsag.server.actions that return WsagEngine | |
---|---|
WsagEngine |
IAction.getEngine()
Returns the WSAG4J engine instance for this handler. |
Methods in org.ogf.graap.wsag.server.actions with parameters of type WsagEngine | |
---|---|
void |
IAction.setEngine(WsagEngine engine)
Sets the WSAG4J engine instance for this handler. |
Uses of WsagEngine in org.ogf.graap.wsag.server.actions.impl |
---|
Methods in org.ogf.graap.wsag.server.actions.impl that return WsagEngine | |
---|---|
WsagEngine |
AgreementFactoryAction.getEngine()
|
Methods in org.ogf.graap.wsag.server.actions.impl with parameters of type WsagEngine | |
---|---|
void |
AgreementFactoryAction.setEngine(WsagEngine engine)
|
Uses of WsagEngine in org.ogf.graap.wsag.server.api |
---|
Methods in org.ogf.graap.wsag.server.api that return WsagEngine | |
---|---|
WsagEngine |
IEngineComponent.getEngine()
Returns the wsag4j engine for this component. |
WsagEngine |
EngineComponent.getEngine()
|
Methods in org.ogf.graap.wsag.server.api with parameters of type WsagEngine | |
---|---|
void |
IEngineComponent.initialize(WsagEngine engine)
|
void |
EngineComponent.initialize(WsagEngine engine)
|
Uses of WsagEngine in org.ogf.graap.wsag.server.engine |
---|
Methods in org.ogf.graap.wsag.server.engine that return WsagEngine | |
---|---|
static WsagEngine |
WsagEngine.getInstance(InputStream configuration)
Returns a new WSAG engine instance. |
static WsagEngine |
WsagEngine.getInstance(String configFile)
Returns a new WSAG engine instance. |
static WsagEngine |
WsagEngine.getInstance(WSAG4JEngineConfigurationType engineConfiguration)
Returns a new WSAG engine instance. |
Uses of WsagEngine in org.ogf.graap.wsag.server.rest |
---|
Methods in org.ogf.graap.wsag.server.rest that return WsagEngine | |
---|---|
static WsagEngine |
RestWsagEngine.getInstance()
Returns the WsagEngine instance used by the REST remote stack. |
Uses of WsagEngine in org.ogf.graap.wsag.wsrf |
---|
Methods in org.ogf.graap.wsag.wsrf that return WsagEngine | |
---|---|
WsagEngine[] |
WSAG4JPersistenceFacade.getEngines()
Returns the WSAG4J engine instances used by this facade. |
Constructors in org.ogf.graap.wsag.wsrf with parameters of type WsagEngine | |
---|---|
WSAG4JPersistenceFacade(WsagEngine[] engines)
Creates a new facade for the given WSAG4J engines. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |