|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.plugin.descriptors.AbstractModuleDescriptor<java.lang.Object>
com.atlassian.confluence.plugin.descriptor.rpc.RpcModuleDescriptor
public abstract class RpcModuleDescriptor
Field Summary | |
---|---|
protected boolean |
authenticated
|
static org.apache.log4j.Logger |
log
|
protected java.lang.String |
publishedInterface
|
protected java.lang.String |
servicePath
|
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
---|
plugin, resources, singleton |
Constructor Summary | |
---|---|
RpcModuleDescriptor()
|
Method Summary | |
---|---|
void |
disabled()
|
void |
enabled()
|
java.lang.Object |
getModule()
|
java.lang.Class |
getPublishedInterface()
|
java.lang.String |
getServicePath()
|
void |
init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element)
|
boolean |
isAuthenticated()
|
protected abstract void |
resetServerConfig()
|
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
---|
assertModuleClassImplements, destroy, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, provideValidationRules, satisfiesMinJavaVersion, setPlugin, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final org.apache.log4j.Logger log
protected java.lang.String servicePath
protected java.lang.String publishedInterface
protected boolean authenticated
Constructor Detail |
---|
public RpcModuleDescriptor()
Method Detail |
---|
protected abstract void resetServerConfig()
public void init(com.atlassian.plugin.Plugin plugin, org.dom4j.Element element) throws com.atlassian.plugin.PluginParseException
init
in interface com.atlassian.plugin.ModuleDescriptor<java.lang.Object>
init
in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<java.lang.Object>
com.atlassian.plugin.PluginParseException
public java.lang.Object getModule()
getModule
in interface com.atlassian.plugin.ModuleDescriptor<java.lang.Object>
getModule
in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<java.lang.Object>
public void enabled()
enabled
in interface com.atlassian.plugin.StateAware
enabled
in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<java.lang.Object>
public void disabled()
disabled
in interface com.atlassian.plugin.StateAware
disabled
in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<java.lang.Object>
public boolean isAuthenticated()
public java.lang.String getServicePath()
public java.lang.Class getPublishedInterface() throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |