Inherits ResourceInstance.
Public Member Functions | |
| PingResource () | |
| Creates a new PingResource with the default values. | |
| PingResource (ResourceInstance resourceInstance) | |
| Creates a new PingResource based on a generic ResourceInstance. | |
| PingResource (String localId, InstanceName name, List< Property > propertyList) | |
| Creates a new PingResource based on the parameters. | |
| Job | doEcho (String message) |
| Creates a new Job which once executed, sends a simply echo message to a remote middleware. | |
Static Public Member Functions | |
| static PingResource | cast (ResourceInstance resourceInstance) |
| Converts a generic ResourceInstance into a new one of type PingResource. | |
Static Public Attributes | |
| static final String | ID = "Ping" |
| String containing the identifier for this resource. | |
| com.abiquo.api.resources.PingResource.PingResource | ( | ResourceInstance | resourceInstance | ) |
Creates a new PingResource based on a generic ResourceInstance.
| resourceInstance | The generic ResourceInstance |
| com.abiquo.api.resources.PingResource.PingResource | ( | String | localId, | |
| InstanceName | name, | |||
| List< Property > | propertyList | |||
| ) |
Creates a new PingResource based on the parameters.
| localId | the local id | |
| name | the instance name | |
| propertyList | the property list |
| static PingResource com.abiquo.api.resources.PingResource.cast | ( | ResourceInstance | resourceInstance | ) | [static] |
Converts a generic ResourceInstance into a new one of type PingResource.
| resourceInstance | The generic ResourceInstance |
| Job com.abiquo.api.resources.PingResource.doEcho | ( | String | message | ) |
Creates a new Job which once executed, sends a simply echo message to a remote middleware.
| message | The string to send |
final String com.abiquo.api.resources.PingResource.ID = "Ping" [static] |
String containing the identifier for this resource.
1.5.5