org.jboss.managed.api.annotation
Class ManagementRuntimeRef.DEFAULT_NAME_TRANSFORMER
java.lang.Object
org.jboss.managed.api.annotation.ManagementRuntimeRef.DEFAULT_NAME_TRANSFORMER
- All Implemented Interfaces:
- RuntimeComponentNameTransformer
- Enclosing class:
- ManagementRuntimeRef
public static final class ManagementRuntimeRef.DEFAULT_NAME_TRANSFORMER
- extends Object
- implements RuntimeComponentNameTransformer
Used in ManagementRuntimeRef.transformer() to
indicate that no name transformation is defined.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagementRuntimeRef.DEFAULT_NAME_TRANSFORMER
public ManagementRuntimeRef.DEFAULT_NAME_TRANSFORMER()
transform
public Object transform(Object value)
- Description copied from interface:
RuntimeComponentNameTransformer
- Transform the name from string.
- Specified by:
transform in interface RuntimeComponentNameTransformer
- Parameters:
value - current name value
- Returns:
- transformed name
Copyright © 2008 JBoss Inc.. All Rights Reserved.