Modifier and Type | Class and Description |
---|---|
class |
InvalidPlatformException
Thrown when the Platform cannot be determined.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
AppServerManager.addAppServer(AppServer appServer)
Add an AppServer to the underlying store this AppServerManager is managing.
|
abstract AppServer |
AppServerManager.createAppServer(java.lang.String name,
java.util.Properties desc)
Create a new Application Server using specified properties.
|
AppServerConnection |
AppServer.getConnection()
Get a connection to the Application Server.
|
void |
AppServer.releaseConnection(AppServerConnection connection)
Release the connection.
|
abstract void |
AppServerManager.removeAppServer(java.lang.String name)
Remove a named AppServer from the store.
|
Modifier and Type | Class and Description |
---|---|
static class |
AppServerProviderStore.StoreException |
class |
ConnectionException |
Modifier and Type | Class and Description |
---|---|
class |
GlassfishManagementException
Exception thrown when managing a Glassfish Server.
|
Modifier and Type | Class and Description |
---|---|
class |
GlassfishConnectionException
A
ConnectionException thrown when accessing a Glassfish Server. |
Modifier and Type | Class and Description |
---|---|
class |
GlassfishRESTException |