org.codehaus.aspectwerkz
Class MetaDataKeys

java.lang.Object
  extended byorg.codehaus.aspectwerkz.MetaDataKeys

public final class MetaDataKeys
extends Object

Holds keys to for the meta-data used by the system.

Author:
Jonas Bonér

Field Summary
static String ASPECT_COMPONENT_UUID
           
static String DEPLOYMENT_MODEL
           
static String TARGET_OBJECT_UUID
           
 
Constructor Summary
MetaDataKeys()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TARGET_OBJECT_UUID

public static final String TARGET_OBJECT_UUID
See Also:
Constant Field Values

ASPECT_COMPONENT_UUID

public static final String ASPECT_COMPONENT_UUID
See Also:
Constant Field Values

DEPLOYMENT_MODEL

public static final String DEPLOYMENT_MODEL
See Also:
Constant Field Values
Constructor Detail

MetaDataKeys

public MetaDataKeys()


Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.