FileDocCategorySizeDatePackage
PropertyValueAccessor.javaAPI DocGlassfish v2 API2757Fri May 04 22:24:08 BST 2007com.sun.enterprise.admin.dottedname.valueaccessor

PropertyValueAccessor

public class PropertyValueAccessor extends PropertyValueAccessorBase

Fields Summary
public static final String
NAME_PREFIX
Constructors Summary
public PropertyValueAccessor(MBeanServerConnection conn)

	    
	
		super( conn, NAME_PREFIX );
	
Methods Summary
java.lang.StringgetDottedNamePrefix()

 return NAME_PREFIX;
java.lang.StringgetGetPropertiesMethodName()

 return "getProperties"; 
java.lang.StringgetGetPropertyMethodName()

 return "getPropertyValue"; 
java.lang.StringgetSetPropertyMethodName()

 return "setProperty";