|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Rim | |
|---|---|
| net.sf.sail.common.example | |
| net.sf.sail.common.persistance.memory | Implementation of PersistanceService that stores everything in RAM. |
| net.sf.sail.core.beans.service | Provides interfaces for standard services used in SAIL. |
| net.sf.sail.core.entity | |
| net.sf.sail.core.util | Utility package. |
| Uses of Rim in net.sf.sail.common.example |
|---|
| Methods in net.sf.sail.common.example that return Rim | |
|---|---|
Rim<java.lang.String> |
RimExampleSessionListeningBean.getRim()
|
| Methods in net.sf.sail.common.example with parameters of type Rim | |
|---|---|
void |
RimExampleSessionListeningBean.setRim(Rim<java.lang.String> rim)
|
| Uses of Rim in net.sf.sail.common.persistance.memory |
|---|
| Methods in net.sf.sail.common.persistance.memory with parameters of type Rim | ||
|---|---|---|
|
MemoryPersistenceImpl.getSock(Rim<T> rim,
IAgent agent)
|
|
| Constructors in net.sf.sail.common.persistance.memory with parameters of type Rim | |
|---|---|
MemorySock(Rim<T> rim)
|
|
| Uses of Rim in net.sf.sail.core.beans.service |
|---|
| Methods in net.sf.sail.core.beans.service with parameters of type Rim | ||
|---|---|---|
|
AgentService.getSock(Rim<T> rim,
IAgent agent)
|
|
| Uses of Rim in net.sf.sail.core.entity |
|---|
| Constructors in net.sf.sail.core.entity with parameters of type Rim | |
|---|---|
UnsupportedRimShapeException(Rim<?> rim)
|
|
| Uses of Rim in net.sf.sail.core.util |
|---|
| Methods in net.sf.sail.core.util that return Rim | ||
|---|---|---|
static
|
PodUtils.createRimInPod(Pod pod,
java.lang.Class<T> shape,
java.lang.String rimName)
Helper method to create in the pod a rim of the given name and shape |
|
| Methods in net.sf.sail.core.util that return types with arguments of type Rim | |
|---|---|
static java.util.Collection<Rim> |
PodUtils.collectRimsInSamePod(java.lang.Object source)
Collect the rims that are in the same pod as the source bean |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||