|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegistryException | |
org.apache.jetspeed.om.dbregistry | |
org.apache.jetspeed.om.registry | Represents a repository of configuration data. |
org.apache.jetspeed.services | |
org.apache.jetspeed.services.registry |
Uses of RegistryException in org.apache.jetspeed.om.dbregistry |
Methods in org.apache.jetspeed.om.dbregistry that throw RegistryException | |
static void |
SecurityDbEntryPeer.storeSecurityEntry(SecurityEntry se)
|
static void |
SecurityDbEntryPeer.removeSecurityEntry(java.lang.String entryName)
|
static void |
SecurityDbEntryPeer.removeSecurityEntryAccess(long id)
|
static java.util.List |
SecurityDbEntryPeer.fetchExtent()
|
static void |
PortletDbEntryPeer.removePortletSubObjects(long id)
|
static java.util.List |
PortletDbEntryPeer.fetchExtent()
|
static void |
PortletDbEntryPeer.storePortletEntry(PortletEntry pe)
|
static void |
PortletDbEntryPeer.removePortletEntry(java.lang.String entryName)
|
Uses of RegistryException in org.apache.jetspeed.om.registry |
Subclasses of RegistryException in org.apache.jetspeed.om.registry | |
class |
InvalidEntryException
Occurs when anything unexpected happens within Jetspeed and its Registry. |
Methods in org.apache.jetspeed.om.registry that throw RegistryException | |
RegistryEntry |
Registry.getEntry(java.lang.String name)
Get the entry in the registry with the specified name |
void |
Registry.setEntry(RegistryEntry entry)
Set the entry in the registry with the specified name and Entry |
void |
Registry.addEntry(RegistryEntry entry)
Add the given entry to the registry with the given name. |
Uses of RegistryException in org.apache.jetspeed.services |
Methods in org.apache.jetspeed.services that throw RegistryException | |
static void |
Registry.addEntry(java.lang.String regName,
RegistryEntry value)
|
static void |
Registry.saveEntry(java.lang.String regName,
RegistryEntry value)
|
Uses of RegistryException in org.apache.jetspeed.services.registry |
Methods in org.apache.jetspeed.services.registry that throw RegistryException | |
void |
RegistryService.addEntry(java.lang.String regName,
RegistryEntry entry)
Add a new RegistryEntry in the named Registry. |
void |
RegistryService.saveEntry(java.lang.String regName,
RegistryEntry entryName)
Saves a RegistryEntry to the named Registry. |
void |
LateInitCastorRegistryService.addEntry(java.lang.String regName,
RegistryEntry entry)
Add a new RegistryEntry in the named Registry. |
void |
LateInitCastorRegistryService.saveEntry(java.lang.String regName,
RegistryEntry entry)
|
void |
HybridRegistryService.addEntry(java.lang.String registryName,
RegistryEntry entry)
|
void |
HybridRegistryService.saveEntry(java.lang.String registryName,
RegistryEntry entry)
|
void |
CastorRegistryService.addEntry(java.lang.String regName,
RegistryEntry entry)
Add a new RegistryEntry in the named Registry. |
void |
CastorRegistryService.saveEntry(java.lang.String regName,
RegistryEntry entry)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |