|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.wgen.op.system.OpModule
net.wgen.op.system.UnknownModule
| Field Summary | |
private static UnknownModule |
_self
The singleton instance of the class. |
static java.lang.String |
NAME
|
| Fields inherited from class net.wgen.op.system.OpModule |
_initProperties, CVSID_PROPERTY, LOG, VERSION_PROPERTY |
| Constructor Summary | |
private |
UnknownModule()
Private, no-arg constructor to limit creation to singleton accessor. |
| Method Summary | |
int |
getClassMatchLength(java.lang.Class clazz)
The amount of the class name that can be claimed by this Application. |
static UnknownModule |
getInstance()
The singleton accessor. |
java.lang.Long |
getModuleId()
The applicationSid of the application. |
int |
getUrlMatchLength(java.lang.String url)
The amount of the url that can be claimed by this Application. |
boolean |
isMyClass(java.lang.Class clazz)
|
boolean |
isMyUrl(java.lang.String url)
|
| Methods inherited from class net.wgen.op.system.OpModule |
getDataSourceName, getEjbManagerName, getInitProperties, getLogger, getName, setInitializationProperties, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.String NAME
private static UnknownModule _self
| Constructor Detail |
private UnknownModule()
| Method Detail |
public static UnknownModule getInstance()
public int getUrlMatchLength(java.lang.String url)
getUrlMatchLength in class OpModuleurl -
public int getClassMatchLength(java.lang.Class clazz)
getClassMatchLength in class OpModuleclazz -
public boolean isMyUrl(java.lang.String url)
public boolean isMyClass(java.lang.Class clazz)
public java.lang.Long getModuleId()
getModuleId in class OpModule
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||