|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VirtualMachine.PropertyName | |
|---|---|
| org.glassfish.virtualization.spi | |
| Uses of VirtualMachine.PropertyName in org.glassfish.virtualization.spi |
|---|
| Methods in org.glassfish.virtualization.spi that return VirtualMachine.PropertyName | |
|---|---|
static VirtualMachine.PropertyName |
VirtualMachine.PropertyName.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static VirtualMachine.PropertyName[] |
VirtualMachine.PropertyName.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.glassfish.virtualization.spi with parameters of type VirtualMachine.PropertyName | |
|---|---|
String |
VirtualMachine.getProperty(VirtualMachine.PropertyName name)
Gets a property value by its name as defined in VirtualMachine.PropertyName |
void |
VirtualMachine.setProperty(VirtualMachine.PropertyName name,
String value)
Sets a VirtualMachine.PropertyName property on this virtual machine instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||