Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
K
L
M
P
R
S
T
U
V
W
A
add(UserBean)
- Static method in class com.hyper9.vangaea.impls.beans.admin.
AuthCookieBeanImpl
Adds a new authentication cookie to the table.
add(Connection, String, int)
- Static method in class com.hyper9.vangaea.impls.beans.admin.
AuthCookieBeanImpl
Adds a new authentication cookie to the table.
add(Connection, T, int)
- Static method in class com.hyper9.vangaea.impls.beans.admin.
UriMappingBeanImpl
Adds an URI mapping for the given object.
add(Connection, String, String, int)
- Static method in class com.hyper9.vangaea.impls.beans.admin.
UriMappingBeanImpl
Adds an URI mapping for the given object.
AdminBean
- Interface in
com.hyper9.vangaea.types.beans.admin
A bean describing an object returned by the administrative RESTful API.
AdminBeanImpl
- Class in
com.hyper9.vangaea.impls.beans.admin
A bean describing an object returned by the administrative RESTful API.
AdminBeanImpl()
- Constructor for class com.hyper9.vangaea.impls.beans.admin.
AdminBeanImpl
Default constructor for serialization purposes.
AdminBeanImpl(int, Connection)
- Constructor for class com.hyper9.vangaea.impls.beans.admin.
AdminBeanImpl
Initializes a new instance of the AdminBeanImpl class.
authCookie
- Variable in class com.hyper9.vangaea.server.rest.
AuthdResource
The authentication cookie bean.
AuthCookieBean
- Interface in
com.hyper9.vangaea.types.beans.admin
A bean describing a row in the tbl_auth_cookies table.
AuthCookieBeanImpl
- Class in
com.hyper9.vangaea.impls.beans.admin
A bean describing a row in the tbl_auth_cookies table.
AuthCookieBeanImpl()
- Constructor for class com.hyper9.vangaea.impls.beans.admin.
AuthCookieBeanImpl
The default constructor for serialization.
AuthCookieBeanImpl(Connection, int, String, int, Date)
- Constructor for class com.hyper9.vangaea.impls.beans.admin.
AuthCookieBeanImpl
Initializes a new instance of the AuthCookieBeanImpl class.
AuthdResource
<
T
extends com.hyper9.common.beans.Bean> - Class in
com.hyper9.vangaea.server.rest
The resource for authenticated requests.
AuthdResource()
- Constructor for class com.hyper9.vangaea.server.rest.
AuthdResource
Initializes a new instance of the AuthdResource class.
B
BaseResource
<
T
extends com.hyper9.common.beans.Bean> - Class in
com.hyper9.vangaea.server.rest
The base resource for all server resources in the Vangaea project.
BaseResource()
- Constructor for class com.hyper9.vangaea.server.rest.
BaseResource
C
com.hyper9.vangaea.impls.beans
- package com.hyper9.vangaea.impls.beans
com.hyper9.vangaea.impls.beans.admin
- package com.hyper9.vangaea.impls.beans.admin
com.hyper9.vangaea.server
- package com.hyper9.vangaea.server
com.hyper9.vangaea.server.rest
- package com.hyper9.vangaea.server.rest
com.hyper9.vangaea.server.rest.virt
- package com.hyper9.vangaea.server.rest.virt
com.hyper9.vangaea.types.beans
- package com.hyper9.vangaea.types.beans
com.hyper9.vangaea.types.beans.admin
- package com.hyper9.vangaea.types.beans.admin
conn
- Variable in class com.hyper9.vangaea.impls.beans.admin.
AdminBeanImpl
The underlying data connection.
conn
- Variable in class com.hyper9.vangaea.server.rest.
BaseResource
The database connection.
ConnectorTypeBean
- Interface in
com.hyper9.vangaea.types.beans.admin
A bean describing a row in the tbl_connector_types table.
ConnectorTypeBeanImpl
- Class in
com.hyper9.vangaea.impls.beans.admin
A bean providing the methods for connecting with and interacting with hypervisors.
ConnectorTypeBeanImpl()
- Constructor for class com.hyper9.vangaea.impls.beans.admin.
ConnectorTypeBeanImpl
Default constructor for serialization.
ConnectorTypeBeanImpl(Connection, int, String)
- Constructor for class com.hyper9.vangaea.impls.beans.admin.
ConnectorTypeBeanImpl
Initializes a new instance of the ConnectorTypeBeanImpl class.
connInfo
- Variable in class com.hyper9.vangaea.impls.beans.admin.
ConnectorTypeBeanImpl
The connection information.
createRoot()
- Method in class com.hyper9.vangaea.server.rest.
RestService
Creates a root Restlet that will receive all incoming calls.
D
debug(String)
- Static method in class com.hyper9.vangaea.server.
Log
Writes a log message.
debug(String, Bean)
- Static method in class com.hyper9.vangaea.server.
Log
Writes a log message.
debug(String, Throwable)
- Static method in class com.hyper9.vangaea.server.
Log
Writes a log message.
debug(String, Bean, Throwable)
- Static method in class com.hyper9.vangaea.server.
Log
Writes a log message.
doCatch(Throwable)
- Method in class com.hyper9.vangaea.server.rest.
BaseResource
doInit()
- Method in class com.hyper9.vangaea.server.rest.
BaseResource
Initializes the resource.
doRelease()
- Method in class com.hyper9.vangaea.server.rest.
BaseResource
Clean up the resource.
E
error(String)
- Static method in class com.hyper9.vangaea.server.
Log
Writes a log message.
error(String, Bean)
- Static method in class com.hyper9.vangaea.server.
Log
Writes a log message.
error(String, Throwable)
- Static method in class com.hyper9.vangaea.server.
Log
Writes a log message.
error(String, Bean, Throwable)
- Static method in class com.hyper9.vangaea.server.
Log
Writes a log message.
ErrorMessageBean
- Interface in
com.hyper9.vangaea.types.beans
A bean that describes an error.
ErrorMessageBeanImpl
- Class in
com.hyper9.vangaea.impls.beans
A bean that describes an error.
ErrorMessageBeanImpl()
- Constructor for class com.hyper9.vangaea.impls.beans.
ErrorMessageBeanImpl
Default constructor for serialization.
ErrorMessageBeanImpl(String)
- Constructor for class com.hyper9.vangaea.impls.beans.
ErrorMessageBeanImpl
Initializes a new instance of the ErrorMessageBeanImpl class.
ErrorMessageBeanImpl(Throwable)
- Constructor for class com.hyper9.vangaea.impls.beans.
ErrorMessageBeanImpl
Initializes a new instance of the ErrorMessageBeanImpl class.
ErrorMessageBeanImpl(String, Throwable)
- Constructor for class com.hyper9.vangaea.impls.beans.
ErrorMessageBeanImpl
Initializes a new instance of the ErrorMessageBeanImpl class.
G
get(Connection, int)
- Static method in class com.hyper9.vangaea.impls.beans.admin.
AuthCookieBeanImpl
Get an authentication cookie from the data source.
get(Connection, int, ConnectionInformationBean)
- Static method in class com.hyper9.vangaea.impls.beans.admin.
ConnectorTypeBeanImpl
Gets a new connector.
get(Connection, int, int)
- Static method in class com.hyper9.vangaea.impls.beans.admin.
LinkedCredentialBeanImpl
Gets a credential linked to the given user and server IDs.
get(Connection, int)
- Static method in class com.hyper9.vangaea.impls.beans.admin.
ServerInformationBeanImpl
Gets a server from the data source.
get(Connection, String)
- Static method in class com.hyper9.vangaea.impls.beans.admin.
ServerInformationBeanImpl
Gets a server from the data source.
get(Connection, int)
- Static method in class com.hyper9.vangaea.impls.beans.admin.
UserBeanImpl
Gets a user by its ID from the data source.
get(Connection, String)
- Static method in class com.hyper9.vangaea.impls.beans.admin.
UserBeanImpl
Gets a user by its user name from the data source.
get()
- Method in class com.hyper9.vangaea.server.rest.
BaseResource
getAddress()
- Method in class com.hyper9.vangaea.impls.beans.admin.
ServerInformationBeanImpl
getAddress()
- Method in interface com.hyper9.vangaea.types.beans.admin.
ServerInformationBean
Gets the server address.
getAlias()
- Method in class com.hyper9.vangaea.impls.beans.admin.
ServerInformationBeanImpl
getAlias()
- Method in interface com.hyper9.vangaea.types.beans.admin.
ServerInformationBean
Gets the server alias.
getAll(Connection)
- Static method in class com.hyper9.vangaea.impls.beans.admin.
ServerInformationBeanImpl
Gets all of the servers from the data source.
getAttr(String)
- Method in class com.hyper9.vangaea.server.rest.virt.
VirtResource
Gets an attribute value from the request's URI.
getAuthCookieName()
- Method in class com.hyper9.vangaea.server.rest.
BaseResource
Gets the configured name of the authentication cookie.
getAuthCookieValue()
- Method in class com.hyper9.vangaea.server.rest.
BaseResource
Gets the authentication cookie value.
getBaseUrl()
- Method in class com.hyper9.vangaea.server.rest.
BaseResource
Gets the base URL for the current request.
getBeans()
- Method in class com.hyper9.vangaea.server.rest.
BaseResource
Get the beans list.
getBeans()
- Method in class com.hyper9.vangaea.server.rest.
LoginResource
getBeans(List<ServerInformationBean>, Map<ServerInformationBean, ConnectorBean>)
- Method in class com.hyper9.vangaea.server.rest.virt.
GlobalResource
getBeans(ServerInformationBean, ConnectorBean)
- Method in class com.hyper9.vangaea.server.rest.virt.
HostResource
getBeans(ServerInformationBean, ConnectorBean)
- Method in class com.hyper9.vangaea.server.rest.virt.
ServerResource
getBeans(ServerInformationBean, ConnectorBean)
- Method in class com.hyper9.vangaea.server.rest.virt.
TaskResource
getBeans()
- Method in class com.hyper9.vangaea.server.rest.virt.
VirtResource
getBeans(ServerInformationBean, ConnectorBean)
- Method in class com.hyper9.vangaea.server.rest.virt.
VirtResource
Gets the beans from a server.
getBeans(List<ServerInformationBean>, Map<ServerInformationBean, ConnectorBean>)
- Method in class com.hyper9.vangaea.server.rest.virt.
VirtResource
Gets the beans from a group of servers.
getBeans(ServerInformationBean, ConnectorBean)
- Method in class com.hyper9.vangaea.server.rest.virt.
VirtualMachineActionResource
getBeans(ServerInformationBean, ConnectorBean)
- Method in class com.hyper9.vangaea.server.rest.virt.
VirtualMachineResource
getBeanUri(VirtBean)
- Method in class com.hyper9.vangaea.server.rest.virt.
VirtResource
Gets the bean's URI.
getBeanUriID(VirtBean)
- Static method in class com.hyper9.vangaea.impls.beans.admin.
UriMappingBeanImpl
Gets a bean's URI ID.
getBeanUriID(VirtBean)
- Method in class com.hyper9.vangaea.server.rest.virt.
VirtResource
Gets the bean's URI ID.
getByCookieValue(Connection, String)
- Static method in class com.hyper9.vangaea.impls.beans.admin.
AuthCookieBeanImpl
Get an authentication cookie from the data source by its cookie value.
getByObjectID(Connection, String)
- Static method in class com.hyper9.vangaea.impls.beans.admin.
UriMappingBeanImpl
Gets a URI mapping bean for the given object ID.
getByUriID(Connection, String)
- Static method in class com.hyper9.vangaea.impls.beans.admin.
UriMappingBeanImpl
Gets a URI mapping bean for the given URI ID.
getCertificate()
- Method in class com.hyper9.vangaea.impls.beans.admin.
LinkedCredentialBeanImpl
getCertificate()
- Method in interface com.hyper9.vangaea.types.beans.admin.
LinkedCredentialBean
Gets the AES-encrypted certificate of this credential as a hex-formatted string.
getConnection()
- Method in class com.hyper9.vangaea.impls.beans.admin.
AdminBeanImpl
getConnection()
- Method in interface com.hyper9.vangaea.types.beans.admin.
AdminBean
Gets the underlying data connection.
getConnector(UserBean, String)
- Method in class com.hyper9.vangaea.impls.beans.admin.
ServerInformationBeanImpl
getConnector(UserBean, String)
- Method in interface com.hyper9.vangaea.types.beans.admin.
ServerInformationBean
Gets a connector for the server.
getConnectorID()
- Method in class com.hyper9.vangaea.impls.beans.admin.
ServerInformationBeanImpl
getConnectorID()
- Method in interface com.hyper9.vangaea.types.beans.admin.
ServerInformationBean
Gets the server's connector ID.
getCookieValue()
- Method in class com.hyper9.vangaea.impls.beans.admin.
AuthCookieBeanImpl
getCookieValue()
- Method in interface com.hyper9.vangaea.types.beans.admin.
AuthCookieBean
Gets the cookie's value.
getCreated()
- Method in class com.hyper9.vangaea.impls.beans.admin.
AuthCookieBeanImpl
getCreated()
- Method in class com.hyper9.vangaea.impls.beans.admin.
UriMappingBeanImpl
getCreated()
- Method in interface com.hyper9.vangaea.types.beans.admin.
AuthCookieBean
Gets the date and time this cookie was created.
getCreated()
- Method in interface com.hyper9.vangaea.types.beans.admin.
UriMappingBean
Gets the date when this entry was created.
getIgnoreSslErrors()
- Method in class com.hyper9.vangaea.impls.beans.admin.
ServerInformationBeanImpl
getIgnoreSslErrors()
- Method in interface com.hyper9.vangaea.types.beans.admin.
ServerInformationBean
Gets a value indicating whether or not to ignore SSL errors.
getKeyHash()
- Method in class com.hyper9.vangaea.impls.beans.admin.
UserBeanImpl
getKeyHash()
- Method in interface com.hyper9.vangaea.types.beans.admin.
UserBean
Gets the key hash.
getLevel()
- Static method in class com.hyper9.vangaea.server.
Log
Gets the current log level.
getMessage()
- Method in class com.hyper9.vangaea.impls.beans.
MessageBeanImpl
getMessage()
- Method in interface com.hyper9.vangaea.types.beans.
MessageBean
Gets the message.
getMessageBean()
- Method in exception com.hyper9.vangaea.server.
MessageWrapper
Gets this wrapper's underlying message bean.
getObjectID()
- Method in class com.hyper9.vangaea.impls.beans.admin.
UriMappingBeanImpl
getObjectID()
- Method in interface com.hyper9.vangaea.types.beans.admin.
UriMappingBean
Gets the object's ID.
getPackageAndClassName()
- Method in class com.hyper9.vangaea.impls.beans.admin.
ConnectorTypeBeanImpl
getPackageAndClassName()
- Method in interface com.hyper9.vangaea.types.beans.admin.
ConnectorTypeBean
Gets the connector's package and class name.
getPassphrase()
- Method in class com.hyper9.vangaea.impls.beans.admin.
LinkedCredentialBeanImpl
getPassphrase()
- Method in class com.hyper9.vangaea.impls.beans.admin.
UserBeanImpl
getPassphrase()
- Method in interface com.hyper9.vangaea.types.beans.admin.
LinkedCredentialBean
Gets the AES-encrypted passphrase of this credential as a hex-formatted string.
getPassphrase()
- Method in interface com.hyper9.vangaea.types.beans.admin.
UserBean
Gets the passphrase.
getPort()
- Method in class com.hyper9.vangaea.impls.beans.admin.
ServerInformationBeanImpl
getPort()
- Method in interface com.hyper9.vangaea.types.beans.admin.
ServerInformationBean
Gets the server port.
getProperties()
- Static method in class com.hyper9.vangaea.server.
InitApplicationServlet
Gets the configured properties.
getPropertiesToGet()
- Method in class com.hyper9.vangaea.server.rest.virt.
VirtResource
Gets a list of the properties to get for this resource via the query string.
getRedirectUri()
- Method in class com.hyper9.vangaea.server.rest.
BaseResource
Gets and decodes the specified URL/UTF-8 encoded redirect URI.
getSalt()
- Method in class com.hyper9.vangaea.impls.beans.admin.
LinkedCredentialBeanImpl
getSalt()
- Method in interface com.hyper9.vangaea.types.beans.admin.
LinkedCredentialBean
Gets the salt used to encrypt this credential set as a hex-formatted string.
getServer()
- Method in class com.hyper9.vangaea.impls.beans.admin.
LinkedCredentialBeanImpl
getServer(int)
- Method in class com.hyper9.vangaea.impls.beans.admin.
UserBeanImpl
getServer()
- Method in interface com.hyper9.vangaea.types.beans.admin.
LinkedCredentialBean
Gets the server linked to this credential.
getServer(int)
- Method in interface com.hyper9.vangaea.types.beans.admin.
UserBean
Gets a server with the given alias that this user has a set of linked credentials for.
getServerID()
- Method in class com.hyper9.vangaea.impls.beans.admin.
LinkedCredentialBeanImpl
getServerID()
- Method in class com.hyper9.vangaea.impls.beans.admin.
UriMappingBeanImpl
getServerID()
- Method in interface com.hyper9.vangaea.types.beans.admin.
LinkedCredentialBean
Gets the ID of the server that this credential is linked to.
getServerID()
- Method in interface com.hyper9.vangaea.types.beans.admin.
UriMappingBean
Gets the server ID.
getServers()
- Method in class com.hyper9.vangaea.impls.beans.admin.
UserBeanImpl
getServers()
- Method in interface com.hyper9.vangaea.types.beans.admin.
UserBean
Gets a list of servers this user has a set of linked credentials for.
getStackTrace()
- Method in class com.hyper9.vangaea.impls.beans.
ErrorMessageBeanImpl
getStackTrace()
- Method in interface com.hyper9.vangaea.types.beans.
ErrorMessageBean
Gets the stack trace.
getSystemProperty(String, String)
- Static method in class com.hyper9.vangaea.server.rest.
BaseResource
Gets a system property value.
getUser()
- Method in class com.hyper9.vangaea.impls.beans.admin.
AuthCookieBeanImpl
getUser()
- Method in class com.hyper9.vangaea.impls.beans.admin.
LinkedCredentialBeanImpl
getUser()
- Method in interface com.hyper9.vangaea.types.beans.admin.
AuthCookieBean
Gets the user this cookie is for.
getUser()
- Method in interface com.hyper9.vangaea.types.beans.admin.
LinkedCredentialBean
Gets the user linked to this credential.
getUserID()
- Method in class com.hyper9.vangaea.impls.beans.admin.
AuthCookieBeanImpl
getUserID()
- Method in class com.hyper9.vangaea.impls.beans.admin.
LinkedCredentialBeanImpl
getUserID()
- Method in interface com.hyper9.vangaea.types.beans.admin.
AuthCookieBean
Gets the identifier of the user this cookie is for.
getUserID()
- Method in interface com.hyper9.vangaea.types.beans.admin.
LinkedCredentialBean
Gets the ID of the user that this credential is linked to.
getUserName()
- Method in class com.hyper9.vangaea.impls.beans.admin.
LinkedCredentialBeanImpl
getUserName()
- Method in class com.hyper9.vangaea.impls.beans.admin.
UserBeanImpl
getUserName()
- Method in interface com.hyper9.vangaea.types.beans.admin.
LinkedCredentialBean
Gets the AES-encrypted user name of this credential as a hex-formatted string.
getUserName()
- Method in interface com.hyper9.vangaea.types.beans.admin.
UserBean
Get's the user's user name.
getUseSsl()
- Method in class com.hyper9.vangaea.impls.beans.admin.
ServerInformationBeanImpl
getUseSsl()
- Method in interface com.hyper9.vangaea.types.beans.admin.
ServerInformationBean
Gets a value indicating whether or not to use SSL.
GlobalResource
- Class in
com.hyper9.vangaea.server.rest.virt
The global resource.
GlobalResource()
- Constructor for class com.hyper9.vangaea.server.rest.virt.
GlobalResource
H
hostID
- Variable in class com.hyper9.vangaea.server.rest.virt.
VirtualMachineBaseResource
HostResource
- Class in
com.hyper9.vangaea.server.rest.virt
A resource for processing and returning host beans.
HostResource()
- Constructor for class com.hyper9.vangaea.server.rest.virt.
HostResource
I
info(String)
- Static method in class com.hyper9.vangaea.server.
Log
Writes a log message.
info(String, Bean)
- Static method in class com.hyper9.vangaea.server.
Log
Writes a log message.
info(String, Throwable)
- Static method in class com.hyper9.vangaea.server.
Log
Writes a log message.
info(String, Bean, Throwable)
- Static method in class com.hyper9.vangaea.server.
Log
Writes a log message.
init(ServletConfig)
- Method in class com.hyper9.vangaea.server.
InitApplicationServlet
InitApplicationServlet
- Class in
com.hyper9.vangaea.server
The servlet responsible for initializing the application.
InitApplicationServlet()
- Constructor for class com.hyper9.vangaea.server.
InitApplicationServlet
initCallbacks
- Variable in class com.hyper9.vangaea.server.rest.
BaseResource
A list of registered initialization functions to execute on behalf of sub-classes.
isAnnotated()
- Method in class com.hyper9.vangaea.server.rest.
BaseResource
Do not allow this class or sub-classes to use the HTTP VERB annotations as they may break the polymorphic rules in place.
isBatchProcessor()
- Method in class com.hyper9.vangaea.server.rest.virt.
GlobalResource
isBatchProcessor()
- Method in class com.hyper9.vangaea.server.rest.virt.
VirtResource
Returns a value indicating whether or not this virtualization resource processes the servers one at a time or all at once.
isDefaultHttpPort()
- Method in class com.hyper9.vangaea.server.rest.
BaseResource
Returns a value indicating whether or not the current request is using the default HTTP port.
isDefaultHttpsPort(int)
- Method in class com.hyper9.vangaea.server.rest.
BaseResource
Returns a value indicating whether the given port is the default HTTPS port.
isDefaultHttpsPort()
- Method in class com.hyper9.vangaea.server.rest.
BaseResource
Returns a value indicating whether or not the current request is using the default HTTPS port.
isDeleted
- Variable in class com.hyper9.vangaea.impls.beans.admin.
AdminBeanImpl
isDeleted()
- Method in class com.hyper9.vangaea.impls.beans.admin.
AdminBeanImpl
isDeleted()
- Method in interface com.hyper9.vangaea.types.beans.admin.
AdminBean
Gets a value indicating whether or not this bean has been deleted from the underlying table.
isDirty
- Variable in class com.hyper9.vangaea.impls.beans.admin.
AdminBeanImpl
isDirty()
- Method in class com.hyper9.vangaea.impls.beans.admin.
AdminBeanImpl
isDirty()
- Method in interface com.hyper9.vangaea.types.beans.admin.
AdminBean
Gets a value indicating whether or not this bean's properties are out of sync with the data in the underlying table.
K
key
- Variable in class com.hyper9.vangaea.server.rest.
AuthdResource
The encryption/decryption key.
L
LinkedCredentialBean
- Interface in
com.hyper9.vangaea.types.beans.admin
A bean for describing a row in the tbl_linked_credentials table.
LinkedCredentialBeanImpl
- Class in
com.hyper9.vangaea.impls.beans.admin
A bean describing a row in the tbl_linked_credentials table.
LinkedCredentialBeanImpl()
- Constructor for class com.hyper9.vangaea.impls.beans.admin.
LinkedCredentialBeanImpl
The default constructor for serialization.
LinkedCredentialBeanImpl(Connection, int, int, int, String, String, String, String)
- Constructor for class com.hyper9.vangaea.impls.beans.admin.
LinkedCredentialBeanImpl
Initializes a new instance of the LinkedCredentialBeanImpl class.
Log
- Class in
com.hyper9.vangaea.server
A logging utility class.
Log()
- Constructor for class com.hyper9.vangaea.server.
Log
log(Level, Bean, String, Throwable)
- Static method in class com.hyper9.vangaea.server.
Log
Logs a message.
log(Level, String, String, String, String, String, String, String, String, String, String, Throwable)
- Static method in class com.hyper9.vangaea.server.
Log
Logs a message.
log(Level, String)
- Static method in class com.hyper9.vangaea.server.
Log
Writes a log message.
log(Level, String, Bean)
- Static method in class com.hyper9.vangaea.server.
Log
Writes a log message.
log(Level, String, Throwable)
- Static method in class com.hyper9.vangaea.server.
Log
Writes a log message.
LoginResource
- Class in
com.hyper9.vangaea.server.rest
The resource for login requests.
LoginResource()
- Constructor for class com.hyper9.vangaea.server.rest.
LoginResource
Initializes a new instance of the LoginResource class.
logOnLevel(String, Exception)
- Static method in class com.hyper9.vangaea.server.
Log
M
MessageBean
- Interface in
com.hyper9.vangaea.types.beans
This bean describes a generic message.
MessageBeanImpl
- Class in
com.hyper9.vangaea.impls.beans
A RESTful message.
MessageBeanImpl()
- Constructor for class com.hyper9.vangaea.impls.beans.
MessageBeanImpl
Default constructor for serialization.
MessageBeanImpl(String)
- Constructor for class com.hyper9.vangaea.impls.beans.
MessageBeanImpl
Initializes a new instance of the MessageBeanImpl class.
MessageWrapper
- Exception in
com.hyper9.vangaea.server
A class for wrapping message beans in a throwable.
MessageWrapper()
- Constructor for exception com.hyper9.vangaea.server.
MessageWrapper
Default constructor for serialization.
MessageWrapper(String)
- Constructor for exception com.hyper9.vangaea.server.
MessageWrapper
Initializes a new instance of the MessageWrapper class.
MessageWrapper(MessageBean)
- Constructor for exception com.hyper9.vangaea.server.
MessageWrapper
Initializes a new instance of the MessageWrapper class.
myBeansObjectID
- Variable in class com.hyper9.vangaea.server.rest.virt.
VirtResource
The object ID of the bean being processed (if a single bean is targeted).
P
preProcessBeanCallbacks
- Variable in class com.hyper9.vangaea.server.rest.
BaseResource
A list of registered functions that are executed on a bean prior to it being serialized.
propsToGet
- Variable in class com.hyper9.vangaea.server.rest.virt.
VirtResource
The list of properties to get (if any).
R
RestService
- Class in
com.hyper9.vangaea.server.rest
The REST service.
RestService()
- Constructor for class com.hyper9.vangaea.server.rest.
RestService
rootPathPath
- Variable in class com.hyper9.vangaea.server.rest.
BaseResource
S
ServerInformationBean
- Interface in
com.hyper9.vangaea.types.beans.admin
A bean describing a row in the tbl_server table.
ServerInformationBeanImpl
- Class in
com.hyper9.vangaea.impls.beans.admin
A bean describing a row in the tbl_servers table.
ServerInformationBeanImpl()
- Constructor for class com.hyper9.vangaea.impls.beans.admin.
ServerInformationBeanImpl
The default constructor for serialization.
ServerResource
- Class in
com.hyper9.vangaea.server.rest.virt
The resource for processing management server requests.
ServerResource()
- Constructor for class com.hyper9.vangaea.server.rest.virt.
ServerResource
setAddress(String)
- Method in class com.hyper9.vangaea.impls.beans.admin.
ServerInformationBeanImpl
setAddress(String)
- Method in interface com.hyper9.vangaea.types.beans.admin.
ServerInformationBean
Sets the server address.
setAlias(String)
- Method in class com.hyper9.vangaea.impls.beans.admin.
ServerInformationBeanImpl
setAlias(String)
- Method in interface com.hyper9.vangaea.types.beans.admin.
ServerInformationBean
Sets the server alias.
setCertificate(String)
- Method in class com.hyper9.vangaea.impls.beans.admin.
LinkedCredentialBeanImpl
setCertificate(String)
- Method in interface com.hyper9.vangaea.types.beans.admin.
LinkedCredentialBean
Sets the AES-encrypted certificate of this credential as a hex-formatted string.
setConnectionInfo(ConnectionInformationBean)
- Static method in class com.hyper9.vangaea.server.
Log
Set the current connection information.
setConnectorID(int)
- Method in class com.hyper9.vangaea.impls.beans.admin.
ServerInformationBeanImpl
setConnectorID(int)
- Method in interface com.hyper9.vangaea.types.beans.admin.
ServerInformationBean
Sets the server's connector ID.
setCookieValue(String)
- Method in class com.hyper9.vangaea.impls.beans.admin.
AuthCookieBeanImpl
setCookieValue(String)
- Method in interface com.hyper9.vangaea.types.beans.admin.
AuthCookieBean
Sets the cookie's value.
setCreated(Date)
- Method in class com.hyper9.vangaea.impls.beans.admin.
AuthCookieBeanImpl
setCreated(Date)
- Method in class com.hyper9.vangaea.impls.beans.admin.
UriMappingBeanImpl
setCreated(Date)
- Method in interface com.hyper9.vangaea.types.beans.admin.
AuthCookieBean
Sets the date and time this cookie was created.
setCreated(Date)
- Method in interface com.hyper9.vangaea.types.beans.admin.
UriMappingBean
Sets the date when this entry was created.
setIgnoreSslErrors(boolean)
- Method in class com.hyper9.vangaea.impls.beans.admin.
ServerInformationBeanImpl
setIgnoreSslErrors(boolean)
- Method in interface com.hyper9.vangaea.types.beans.admin.
ServerInformationBean
Sets a value indicating whether or not to ignore SSL errors.
setKeyHash(String)
- Method in class com.hyper9.vangaea.impls.beans.admin.
UserBeanImpl
setKeyHash(String)
- Method in interface com.hyper9.vangaea.types.beans.admin.
UserBean
Sets the key hash.
setMessage(String)
- Method in class com.hyper9.vangaea.impls.beans.
MessageBeanImpl
setMessage(String)
- Method in interface com.hyper9.vangaea.types.beans.
MessageBean
Sets the message.
setMessageBean(MessageBean)
- Method in exception com.hyper9.vangaea.server.
MessageWrapper
Sets this wrapper's underlying message bean.
setObjectID(String)
- Method in class com.hyper9.vangaea.impls.beans.admin.
UriMappingBeanImpl
setObjectID(String)
- Method in interface com.hyper9.vangaea.types.beans.admin.
UriMappingBean
Sets the object's ID.
setPackageAndClassName(String)
- Method in class com.hyper9.vangaea.impls.beans.admin.
ConnectorTypeBeanImpl
setPackageAndClassName(String)
- Method in interface com.hyper9.vangaea.types.beans.admin.
ConnectorTypeBean
Sets the connector's package and class name.
setPassphrase(String)
- Method in class com.hyper9.vangaea.impls.beans.admin.
LinkedCredentialBeanImpl
setPassphrase(String)
- Method in class com.hyper9.vangaea.impls.beans.admin.
UserBeanImpl
setPassphrase(String)
- Method in interface com.hyper9.vangaea.types.beans.admin.
LinkedCredentialBean
Sets the AES-encrypted passphrase of this credential as a hex-formatted string.
setPassphrase(String)
- Method in interface com.hyper9.vangaea.types.beans.admin.
UserBean
Sets the passphrase.
setPort(int)
- Method in class com.hyper9.vangaea.impls.beans.admin.
ServerInformationBeanImpl
setPort(int)
- Method in interface com.hyper9.vangaea.types.beans.admin.
ServerInformationBean
Sets the server port.
setResource(ServerResource)
- Static method in class com.hyper9.vangaea.server.
Log
Set the current resource.
setSalt(String)
- Method in class com.hyper9.vangaea.impls.beans.admin.
LinkedCredentialBeanImpl
setSalt(String)
- Method in interface com.hyper9.vangaea.types.beans.admin.
LinkedCredentialBean
Sets the salt used to encrypt this credential set as a hex-formatted string.
setServerID(int)
- Method in class com.hyper9.vangaea.impls.beans.admin.
LinkedCredentialBeanImpl
setServerID(int)
- Method in class com.hyper9.vangaea.impls.beans.admin.
UriMappingBeanImpl
setServerID(int)
- Method in interface com.hyper9.vangaea.types.beans.admin.
LinkedCredentialBean
Sets the ID of the server that this credential is linked to.
setServerID(int)
- Method in interface com.hyper9.vangaea.types.beans.admin.
UriMappingBean
Sets the server ID.
setStackTrace(String)
- Method in class com.hyper9.vangaea.impls.beans.
ErrorMessageBeanImpl
setStackTrace(String)
- Method in interface com.hyper9.vangaea.types.beans.
ErrorMessageBean
Sets the stack trace.
setTransactionID(String)
- Static method in class com.hyper9.vangaea.server.
Log
Set the current transaction ID.
setUser(UserBean)
- Static method in class com.hyper9.vangaea.server.
Log
Set the current user.
setUserID(int)
- Method in class com.hyper9.vangaea.impls.beans.admin.
AuthCookieBeanImpl
setUserID(int)
- Method in class com.hyper9.vangaea.impls.beans.admin.
LinkedCredentialBeanImpl
setUserID(int)
- Method in interface com.hyper9.vangaea.types.beans.admin.
AuthCookieBean
Sets the identifier of the user this cookie is for.
setUserID(int)
- Method in interface com.hyper9.vangaea.types.beans.admin.
LinkedCredentialBean
Sets the ID of the user that this credential is linked to.
setUserName(String)
- Method in class com.hyper9.vangaea.impls.beans.admin.
LinkedCredentialBeanImpl
setUserName(String)
- Method in class com.hyper9.vangaea.impls.beans.admin.
UserBeanImpl
setUserName(String)
- Method in interface com.hyper9.vangaea.types.beans.admin.
LinkedCredentialBean
Gets the AES-encrypted user name of this credential as a hex-formatted string.
setUserName(String)
- Method in interface com.hyper9.vangaea.types.beans.admin.
UserBean
Get's the user's user name.
setUseSsl(boolean)
- Method in class com.hyper9.vangaea.impls.beans.admin.
ServerInformationBeanImpl
setUseSsl(boolean)
- Method in interface com.hyper9.vangaea.types.beans.admin.
ServerInformationBean
Sets a value indicating whether or not to use SSL.
T
TaskResource
- Class in
com.hyper9.vangaea.server.rest.virt
A resource class for retrieving task beans.
TaskResource()
- Constructor for class com.hyper9.vangaea.server.rest.virt.
TaskResource
U
UriMappingBean
- Interface in
com.hyper9.vangaea.types.beans.admin
A bean describing a row in the tbl_uri_ids table.
UriMappingBeanImpl
- Class in
com.hyper9.vangaea.impls.beans.admin
A bean describing a row in the tbl_uri_ids table.
UriMappingBeanImpl()
- Constructor for class com.hyper9.vangaea.impls.beans.admin.
UriMappingBeanImpl
The default constructor for serialization.
user
- Variable in class com.hyper9.vangaea.server.rest.
AuthdResource
The authenticated user bean.
UserBean
- Interface in
com.hyper9.vangaea.types.beans.admin
A bean describing a row in the tbl_users table.
UserBeanImpl
- Class in
com.hyper9.vangaea.impls.beans.admin
A class for a row in the tbl_users table.
UserBeanImpl()
- Constructor for class com.hyper9.vangaea.impls.beans.admin.
UserBeanImpl
The default constructor for serialization.
V
VirtResource
<
T
extends com.hyper9.uvapi.types.virt.VirtBean> - Class in
com.hyper9.vangaea.server.rest.virt
The base resource for all server resources in this package.
VirtResource()
- Constructor for class com.hyper9.vangaea.server.rest.virt.
VirtResource
Initializes a new instance of the VirtResource class.
virtualizationPathPart
- Variable in class com.hyper9.vangaea.server.rest.virt.
VirtResource
virtualizationUri
- Variable in class com.hyper9.vangaea.server.rest.virt.
VirtResource
The URI for the virtualization namespace.
VirtualMachineActionResource
- Class in
com.hyper9.vangaea.server.rest.virt
A resource class for processing virtual machine actions and returning task beans.
VirtualMachineActionResource()
- Constructor for class com.hyper9.vangaea.server.rest.virt.
VirtualMachineActionResource
Initializes a new instance of the VirtualMachineActionResource class.
VirtualMachineBaseResource
<
B
extends com.hyper9.uvapi.types.virt.VirtBean> - Class in
com.hyper9.vangaea.server.rest.virt
The base class for VirtualMachine resource classes.
VirtualMachineBaseResource()
- Constructor for class com.hyper9.vangaea.server.rest.virt.
VirtualMachineBaseResource
Initializes a new instance of the VirtualMachineBaseResource class.
VirtualMachineResource
- Class in
com.hyper9.vangaea.server.rest.virt
A resource for processing and returning virtual machine beans.
VirtualMachineResource()
- Constructor for class com.hyper9.vangaea.server.rest.virt.
VirtualMachineResource
W
warn(String)
- Static method in class com.hyper9.vangaea.server.
Log
Writes a log message.
warn(String, Bean)
- Static method in class com.hyper9.vangaea.server.
Log
Writes a log message.
warn(String, Throwable)
- Static method in class com.hyper9.vangaea.server.
Log
Writes a log message.
warn(String, Bean, Throwable)
- Static method in class com.hyper9.vangaea.server.
Log
Writes a log message.
A
B
C
D
E
G
H
I
K
L
M
P
R
S
T
U
V
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2009
Hyper9
. All Rights Reserved.