public abstract class RpcModuleDescriptor extends com.atlassian.plugin.descriptors.AbstractModuleDescriptor<Object>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
authenticated |
protected String |
publishedInterface |
protected String |
servicePath |
| Modifier | Constructor and Description |
|---|---|
protected |
RpcModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
disabled() |
void |
enabled() |
Object |
getModule() |
Class |
getPublishedInterface() |
String |
getServicePath() |
void |
init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element) |
boolean |
isAuthenticated() |
protected abstract void |
resetServerConfig() |
assertModuleClassImplements, checkPermissions, destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceLocation, getScopeKey, hashCode, isBroken, isEnabled, isEnabledByDefault, isSystemModule, loadClass, provideValidationRules, satisfiesMinJavaVersion, setBroken, setPlugin, toStringprotected String servicePath
protected String publishedInterface
protected boolean authenticated
protected RpcModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
protected abstract void resetServerConfig()
public void init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element)
throws com.atlassian.plugin.PluginParseException
public Object getModule()
public void enabled()
enabled in interface com.atlassian.plugin.StateAwareenabled in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<Object>public void disabled()
disabled in interface com.atlassian.plugin.StateAwaredisabled in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<Object>public boolean isAuthenticated()
public String getServicePath()
public Class getPublishedInterface() throws ClassNotFoundException
ClassNotFoundExceptionCopyright © 2003–2022 Atlassian. All rights reserved.