org.jboss.system.server.profileservice.persistence
Class PersistenceConstants

java.lang.Object
  extended by org.jboss.system.server.profileservice.persistence.PersistenceConstants

public class PersistenceConstants
extends Object

The PersistenceConstants.

Version:
$Revision: 88716 $
Author:
Emanuel Muckenhuber

Field Summary
static String COMPONENT_NAMESPACE_1_0
          The component xml namespace.
static String MANAGED_COMPONENT_ELEMENT_NAME
          The managed-component name.
static String MANAGED_OBJECT_ELEMENT_NAME
          The managed-object name.
static String REPOSITORY_NAMESPACE_1_0
          The repository xml namespace.
 
Constructor Summary
PersistenceConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REPOSITORY_NAMESPACE_1_0

public static final String REPOSITORY_NAMESPACE_1_0
The repository xml namespace.

See Also:
Constant Field Values

COMPONENT_NAMESPACE_1_0

public static final String COMPONENT_NAMESPACE_1_0
The component xml namespace.

See Also:
Constant Field Values

MANAGED_OBJECT_ELEMENT_NAME

public static final String MANAGED_OBJECT_ELEMENT_NAME
The managed-object name.

See Also:
Constant Field Values

MANAGED_COMPONENT_ELEMENT_NAME

public static final String MANAGED_COMPONENT_ELEMENT_NAME
The managed-component name.

See Also:
Constant Field Values
Constructor Detail

PersistenceConstants

public PersistenceConstants()


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.