FileDocCategorySizeDatePackage
OldTypeToJ2EETypeMapper.javaAPI DocGlassfish v2 API3266Fri May 04 22:23:42 BST 2007com.sun.enterprise.management.support

OldTypeToJ2EETypeMapper

public interface OldTypeToJ2EETypeMapper
Map types to/from an "old" and "new" type.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.Stringj2eeTypeToOldType(java.lang.String j2eeType)

param
j2eeType

public java.lang.StringoldObjectNameToJ2EEType(javax.management.ObjectName objectName)
Return a new j2eeType based on an old ObjectName. The ObjectName is required because the old type alone may not be sufficient; in particular the name property may be required.

param
objectName

public java.lang.StringoldTypeToJ2EEType(java.lang.String oldType, javax.management.ObjectName objectName)
Return a new j2eeType based on an old ObjectName and a particular type, which may be the j2eeType of the ObjectName or one of its other property keys. The ObjectName is required because the old type alone may not be sufficient; for example the name property may be required.

param
oldType
param
objectName