|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RepException | |
|---|---|
| com.uwyn.rife.rep | Provides classes and interfaces for the application repository. |
| com.uwyn.rife.rep.exceptions | Provides exception classes for the application repository. |
| Uses of RepException in com.uwyn.rife.rep |
|---|
| Methods in com.uwyn.rife.rep that throw RepException | |
|---|---|
boolean |
BlockingRepository.addParticipant(Class klass)
Adds a BlockingParticipant to the repository, using the
class name as the name of the participant. |
boolean |
BlockingRepository.addParticipant(Class klass,
boolean blocking)
Adds a BlockingParticipant to the repository, using the
class name as the name of the participant. |
boolean |
BlockingRepository.addParticipant(Class klass,
boolean blocking,
String parameter)
Adds a BlockingParticipant to the repository, using the
class name as the name of the participant. |
boolean |
BlockingRepository.addParticipant(Class klass,
String parameter)
Adds a BlockingParticipant to the repository, using the
class name as the name of the participant. |
boolean |
BlockingRepository.addParticipant(Class klass,
String name,
boolean blocking,
String parameter)
Adds a BlockingParticipant to the repository. |
boolean |
BlockingRepository.addParticipant(String className)
Adds a BlockingParticipant to the repository, using the
class name for the name of the participant. |
boolean |
BlockingRepository.addParticipant(String className,
boolean blocking)
Adds a BlockingParticipant to the repository, using the
class name for the name of the participant. |
boolean |
BlockingRepository.addParticipant(String className,
boolean blocking,
String parameter)
Adds a BlockingParticipant to the repository, using the
class name for the name of the participant. |
boolean |
BlockingRepository.addParticipant(String className,
String parameter)
Adds a BlockingParticipant to the repository, using the
class name for the name of the participant. |
boolean |
BlockingRepository.addParticipant(String className,
String name,
boolean blocking,
String parameter)
Adds a BlockingParticipant to the repository. |
void |
BlockingRepository.cleanup()
Cleans up the participants in the order in which they have been declared. |
void |
BlockingRepository.initialize(String repXmlPath,
ResourceFinder resourcefinder)
Parses the XML file to determine what the participants are. |
| Uses of RepException in com.uwyn.rife.rep.exceptions |
|---|
| Subclasses of RepException in com.uwyn.rife.rep.exceptions | |
|---|---|
class |
BlockingParticipantExpectedException
|
class |
InitializationErrorException
|
class |
ParticipantNotFoundException
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||