public abstract class RpcModuleDescriptor extends com.atlassian.plugin.descriptors.AbstractModuleDescriptor<Object>
Modifier and Type | Field and Description |
---|---|
protected boolean |
authenticated |
static org.apache.log4j.Logger |
log
Deprecated.
since 3.1. Use private logger.
|
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, destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, getScopeKey, hashCode, isBroken, isEnabled, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, provideValidationRules, satisfiesMinJavaVersion, setBroken, setPlugin, toString
@Deprecated public static final org.apache.log4j.Logger log
protected 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.StateAware
enabled
in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<Object>
public void disabled()
disabled
in interface com.atlassian.plugin.StateAware
disabled
in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<Object>
public boolean isAuthenticated()
public String getServicePath()
public Class getPublishedInterface() throws ClassNotFoundException
ClassNotFoundException
Copyright © 2003–2018 Atlassian. All rights reserved.