|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Participant | |
|---|---|
| com.uwyn.rife.engine | Provides classes, interfaces and elements for the web application engine. |
| com.uwyn.rife.rep | Provides classes and interfaces for the application repository. |
| com.uwyn.rife.rep.participants | Provides classes for the standard repository participants. |
| Uses of Participant in com.uwyn.rife.engine |
|---|
| Methods in com.uwyn.rife.engine that return Participant | |
|---|---|
static Participant |
Site.getRepParticipant()
Retrieves the participant named " ParticipantSite" from the
default repository. |
| Uses of Participant in com.uwyn.rife.rep |
|---|
| Classes in com.uwyn.rife.rep that implement Participant | |
|---|---|
class |
BlockingParticipant
A repository participant is basically a service that needs to be initialized before it can return objects that correspond to specified identification keys. |
class |
SingleObjectParticipant
Convenience abstract base class to make it easy to implement participants that only provide a single data object. |
| Methods in com.uwyn.rife.rep that return Participant | |
|---|---|
static Participant |
Rep.getParticipant(String name)
Convenience method to quickly retrieve the first participant with a certain name from the default repository. |
Participant |
Repository.getParticipant(String name)
Looks for the participant that corresponds to a given name and returns it when found. |
| Methods in com.uwyn.rife.rep that return types with arguments of type Participant | |
|---|---|
static Collection<? extends Participant> |
Rep.getParticipants(String name)
Convenience method to quickly retrieve all the participants with a certain name from the default repository. |
Collection<? extends Participant> |
Repository.getParticipants(String name)
Returns all the participants that correspond to a given name. |
| Methods in com.uwyn.rife.rep with parameters of type Participant | |
|---|---|
void |
RepositoryListener.initActionPerformed(Participant participant)
This method is called when an action has ended during the repository initialization. |
| Uses of Participant in com.uwyn.rife.rep.participants |
|---|
| Classes in com.uwyn.rife.rep.participants that implement Participant | |
|---|---|
class |
ParticipantConfig
|
class |
ParticipantCursors
|
class |
ParticipantDatasources
|
class |
ParticipantImages
|
class |
ParticipantMemoryScheduler
|
class |
ParticipantMemoryUsers
|
class |
ParticipantSite
|
class |
ParticipantSpringWeb
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||