|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProcessContext | |
|---|---|
| org.salespointframework.core | This package contains the central classes of the Framework. |
| Uses of ProcessContext in org.salespointframework.core |
|---|
| Classes in org.salespointframework.core that implement ProcessContext | |
|---|---|
class |
SalesPoint
A single point of org.salespointframework.sale in a shop. |
protected static class |
Shop.ProcessHandle
A ProcessContext for one remote or background process. |
| Fields in org.salespointframework.core declared as ProcessContext | |
|---|---|
private ProcessContext |
SaleProcess.m_pcContext
The context in which this process runs. |
| Methods in org.salespointframework.core that return ProcessContext | |
|---|---|
ProcessContext |
SaleProcess.attach(ProcessContext pcNew)
Attach a ProcessContext to this process. |
ProcessContext |
SaleProcess.detachContext()
Detach and return the current process context. |
ProcessContext |
SaleProcess.getContext()
Return the process context attached to this process. |
| Methods in org.salespointframework.core with parameters of type ProcessContext | |
|---|---|
ProcessContext |
SaleProcess.attach(ProcessContext pcNew)
Attach a ProcessContext to this process. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||