Modifier and Type | Field and Description |
---|---|
protected Vector |
m_Operations
The set of inidividual actions that comprise this operation.
|
protected S_LibrarySession |
m_Session
The session that is carrying out this operation.
|
Constructor and Description |
---|
OperationDriver(S_LibrarySession session)
Construct an OperationDriver on behalf of a session.
|
Modifier and Type | Method and Description |
---|---|
void |
executePolicyOperation(OperationContext opState)
Execute an operation.
|
protected S_LibrarySession m_Session
protected Vector m_Operations
public OperationDriver(S_LibrarySession session) throws IfsException
session
- the sessionIfsException
- if the operation failspublic void executePolicyOperation(OperationContext opState) throws IfsException
The specified operation is added to the history of operation executed as part of this overall operation, and the operation is invoked and driven to completion. This execution may result in additional operations to be added to the overall operation state.
opState
- an Operation to executeIfsException
- if the operation failsCopyright © 2023. All rights reserved.