org.objectweb.jonas.security.realm.factory
Interface JResourceMBean

All Known Subinterfaces:
JResourceDSMBean, JResourceLDAPMBean, JResourceMemoryMBean
All Known Implementing Classes:
JResource, JResourceDS, JResourceLDAP, JResourceMemory

public interface JResourceMBean

Define the methods for the all the JResource MBean

Author:
Florent Benoit

Method Summary
 java.lang.String getName()
          Get the name of this resource
 void saveConfig()
          Update and save configuration
 

Method Detail

getName

public java.lang.String getName()
Get the name of this resource

Returns:
the name of this resource

saveConfig

public void saveConfig()
Update and save configuration