|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IAccessChecker
The IAccessChecker defines the general access check for lifecycle
objects.
| Method Summary | |
|---|---|
String |
find(ClassLoader pLoader,
String pName)
Search all available lifecycle objects for the given name. |
boolean |
isAllowed(String pLifeCycleName)
Checks the access for creating a session. |
| Method Detail |
|---|
boolean isAllowed(String pLifeCycleName)
pLifeCycleName - the name of the life-cycle object
true if it's allowed to open the connection, otherwise false
String find(ClassLoader pLoader,
String pName)
pLoader - the class loader or null to use the default class loaderpName - the object name (full qualified or not)
null if no lifecycle object
name was found for the given object name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||