|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tc.object.config.AbstractModuleSpec
public abstract class AbstractModuleSpec
Provides default no-op method implementations for the ModuleSpec interface.
Field Summary |
---|
Fields inherited from interface com.tc.object.config.OsgiServiceSpec |
---|
HIGH_RANK, LOW_RANK, NORMAL_RANK |
Constructor Summary | |
---|---|
AbstractModuleSpec()
|
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. |
java.lang.String[] |
getTunneledMBeanDomains()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractModuleSpec()
Method Detail |
---|
public ChangeApplicatorSpec getChangeApplicatorSpec()
ModuleSpec
getChangeApplicatorSpec
in interface ModuleSpec
public java.lang.Class getPeerClass(java.lang.Class clazz)
ModuleSpec
getPeerClass
in interface ModuleSpec
clazz
- The class to check
public java.lang.String[] getTunneledMBeanDomains()
public boolean isPortableClass(java.lang.Class clazz)
ModuleSpec
isPortableClass
in interface ModuleSpec
clazz
- The class
public boolean isUseNonDefaultConstructor(java.lang.Class clazz)
ModuleSpec
isUseNonDefaultConstructor
in interface ModuleSpec
clazz
- The class in question
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |