|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModuleSpec
This interface defines the contract between StandardDsoClientConfigHelper and a module so that the configHelper can get information such as custom applicator of a class from a module.
Field Summary |
---|
Fields inherited from interface com.tc.object.config.OsgiServiceSpec |
---|
HIGH_RANK, LOW_RANK, NORMAL_RANK |
Method Summary | |
---|---|
ChangeApplicatorSpec |
getChangeApplicatorSpec()
Get specification of all change applicators to apply |
java.lang.Class |
getPeerClass(java.lang.Class clazz)
Get alternate peer class to use, generally if clazz is non-portable. |
boolean |
isPortableClass(java.lang.Class clazz)
Check with module whether the specified class is portable. |
boolean |
isUseNonDefaultConstructor(java.lang.Class clazz)
Ask module whether this class uses a non-default constructor. |
Method Detail |
---|
ChangeApplicatorSpec getChangeApplicatorSpec()
boolean isUseNonDefaultConstructor(java.lang.Class clazz)
clazz
- The class in question
java.lang.Class getPeerClass(java.lang.Class clazz)
clazz
- The class to check
boolean isPortableClass(java.lang.Class clazz)
clazz
- The class
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |