Skip navigation links
A C D E F G H I L M O P S T U V 

A

afterReturning(Object, Method, Object[], Object) - Method in class org.duracloud.computeprovider.aop.LoggingAdvice
 

C

ComputeProvider - Interface in org.duracloud.computeprovider.mgmt
This interface exposes basic management capabilities of ComputeProviders: start, stop, describe...
ComputeProviderFactory - Class in org.duracloud.computeprovider.mgmt
This class is a factory for creating instances of ComputeProviders.
ComputeProviderFactory() - Constructor for class org.duracloud.computeprovider.mgmt.ComputeProviderFactory
 
ComputeProviderProperties - Interface in org.duracloud.computeprovider.mgmt
 
ComputeProviderType - Enum in org.duracloud.computeprovider.domain
 

D

describeRunningInstance(Credential, String, String) - Method in interface org.duracloud.computeprovider.mgmt.ComputeProvider
This method retrieves description of initiated instance.
describeRunningInstance(Credential, String, String) - Method in class org.duracloud.computeprovider.mgmt.mock.LocalComputeProviderImpl
 

E

exception - Variable in class org.duracloud.computeprovider.mgmt.InstanceDescription
 

F

fromString(String) - Static method in enum org.duracloud.computeprovider.domain.ComputeProviderType
 
fromString(String) - Static method in enum org.duracloud.computeprovider.mgmt.InstanceState
 

G

getAsXml() - Method in class org.duracloud.computeprovider.mgmt.mock.MockComputeProviderProperties
 
getComputeProvider(ComputeProviderType) - Static method in class org.duracloud.computeprovider.mgmt.ComputeProviderFactory
getException() - Method in class org.duracloud.computeprovider.mgmt.InstanceDescription
 
getIdToClassMap() - Method in class org.duracloud.computeprovider.mgmt.ComputeProviderFactory
 
getInstanceId() - Method in class org.duracloud.computeprovider.mgmt.InstanceDescription
 
getLaunchTime() - Method in class org.duracloud.computeprovider.mgmt.InstanceDescription
 
getProp0() - Method in class org.duracloud.computeprovider.mgmt.mock.MockComputeProviderProperties
 
getProp1() - Method in class org.duracloud.computeprovider.mgmt.mock.MockComputeProviderProperties
 
getProp2() - Method in class org.duracloud.computeprovider.mgmt.mock.MockComputeProviderProperties
 
getProvider() - Method in class org.duracloud.computeprovider.mgmt.InstanceDescription
 
getState() - Method in class org.duracloud.computeprovider.mgmt.InstanceDescription
 
getUrl() - Method in enum org.duracloud.computeprovider.domain.ComputeProviderType
 
getURL() - Method in class org.duracloud.computeprovider.mgmt.InstanceDescription
 
getWebappURL(Credential, String, String) - Method in interface org.duracloud.computeprovider.mgmt.ComputeProvider
This method returns the URL of the instancewebapp on the instance with the provided id.
getWebappURL(Credential, String, String) - Method in class org.duracloud.computeprovider.mgmt.mock.LocalComputeProviderImpl
 

H

hasError() - Method in class org.duracloud.computeprovider.mgmt.InstanceDescription
 

I

InstanceDescription - Class in org.duracloud.computeprovider.mgmt
 
InstanceDescription() - Constructor for class org.duracloud.computeprovider.mgmt.InstanceDescription
 
instanceId - Variable in class org.duracloud.computeprovider.mgmt.InstanceDescription
 
InstanceState - Enum in org.duracloud.computeprovider.mgmt
 
isInstanceBooting(Credential, String, String) - Method in interface org.duracloud.computeprovider.mgmt.ComputeProvider
This method returns true if the webapp of provided instance is currently booting.
isInstanceBooting(Credential, String, String) - Method in class org.duracloud.computeprovider.mgmt.mock.LocalComputeProviderImpl
 
isInstanceRunning(Credential, String, String) - Method in interface org.duracloud.computeprovider.mgmt.ComputeProvider
This method returns true if the instance is successfully running.
isInstanceRunning(Credential, String, String) - Method in class org.duracloud.computeprovider.mgmt.mock.LocalComputeProviderImpl
 
isWebappRunning(Credential, String, String) - Method in interface org.duracloud.computeprovider.mgmt.ComputeProvider
This method returns true if the webapp of provided instance is successfully running.
isWebappRunning(Credential, String, String) - Method in class org.duracloud.computeprovider.mgmt.mock.LocalComputeProviderImpl
 

L

launchTime - Variable in class org.duracloud.computeprovider.mgmt.InstanceDescription
 
loadFromXml(String) - Method in class org.duracloud.computeprovider.mgmt.mock.MockComputeProviderProperties
 
LocalComputeProviderImpl - Class in org.duracloud.computeprovider.mgmt.mock
 
LocalComputeProviderImpl() - Constructor for class org.duracloud.computeprovider.mgmt.mock.LocalComputeProviderImpl
 
log - Static variable in class org.duracloud.computeprovider.mgmt.ComputeProviderFactory
 
LoggingAdvice - Class in org.duracloud.computeprovider.aop
 
LoggingAdvice() - Constructor for class org.duracloud.computeprovider.aop.LoggingAdvice
 

M

MockComputeProviderProperties - Class in org.duracloud.computeprovider.mgmt.mock
 
MockComputeProviderProperties() - Constructor for class org.duracloud.computeprovider.mgmt.mock.MockComputeProviderProperties
 
MockInstanceDescription - Class in org.duracloud.computeprovider.mgmt.mock
 
MockInstanceDescription() - Constructor for class org.duracloud.computeprovider.mgmt.mock.MockInstanceDescription
 

O

org.duracloud.computeprovider.aop - package org.duracloud.computeprovider.aop
 
org.duracloud.computeprovider.domain - package org.duracloud.computeprovider.domain
 
org.duracloud.computeprovider.mgmt - package org.duracloud.computeprovider.mgmt
 
org.duracloud.computeprovider.mgmt.mock - package org.duracloud.computeprovider.mgmt.mock
 

P

provider - Variable in class org.duracloud.computeprovider.mgmt.InstanceDescription
 

S

setIdToClassMap(Map<String, String>) - Static method in class org.duracloud.computeprovider.mgmt.ComputeProviderFactory
 
setProp0(String) - Method in class org.duracloud.computeprovider.mgmt.mock.MockComputeProviderProperties
 
setProp1(String) - Method in class org.duracloud.computeprovider.mgmt.mock.MockComputeProviderProperties
 
setProp2(String) - Method in class org.duracloud.computeprovider.mgmt.mock.MockComputeProviderProperties
 
start(Credential, String) - Method in interface org.duracloud.computeprovider.mgmt.ComputeProvider
This method starts an instance-image with provided credential and Compute-provider properties.
start(Credential, String) - Method in class org.duracloud.computeprovider.mgmt.mock.LocalComputeProviderImpl
 
state - Variable in class org.duracloud.computeprovider.mgmt.InstanceDescription
 
stop(Credential, String, String) - Method in interface org.duracloud.computeprovider.mgmt.ComputeProvider
This method stops the running instance with provided id.
stop(Credential, String, String) - Method in class org.duracloud.computeprovider.mgmt.mock.LocalComputeProviderImpl
 

T

toString() - Method in enum org.duracloud.computeprovider.domain.ComputeProviderType
 

U

url - Variable in class org.duracloud.computeprovider.mgmt.InstanceDescription
 

V

valueOf(String) - Static method in enum org.duracloud.computeprovider.domain.ComputeProviderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.duracloud.computeprovider.mgmt.InstanceState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.duracloud.computeprovider.domain.ComputeProviderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.duracloud.computeprovider.mgmt.InstanceState
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G H I L M O P S T U V 
Skip navigation links

Copyright © 2009–2015 DuraSpace. All rights reserved.