|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.common.ghn.service.configuration.ServiceConfiguration
public class ServiceConfiguration
The configuration of a managed app.
Includes the list of its client services.
| Constructor Summary | |
|---|---|
ServiceConfiguration()
|
|
| Method Summary | |
|---|---|
Coordinates |
coordinates()
Returns the coordinates of the service |
ServiceConfiguration |
coordinates(Coordinates coordinates)
Sets the coordinates of the service |
Deployment |
deployment()
Returns the deployment configuration of the service. |
ServiceConfiguration |
deployment(Deployment deployment)
Sets the deployment configuration of the service. |
boolean |
equals(Object obj)
|
int |
hashCode()
|
Mode |
mode()
Returns the management Mode. |
ServiceConfiguration |
mode(Mode mode)
Sets the management mode. |
PersistenceManager |
persistenceManager()
Returns the DefaultPersistenceManager for the service. |
ServiceConfiguration |
persistenceManager(PersistenceManager manager)
Sets the DefaultPersistenceManager for the service. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceConfiguration()
| Method Detail |
|---|
public Mode mode()
Mode.
public PersistenceManager persistenceManager()
DefaultPersistenceManager for the service.
public ServiceConfiguration persistenceManager(PersistenceManager manager)
DefaultPersistenceManager for the service.
manager - the manager
public ServiceConfiguration mode(Mode mode)
the - management mode
public Coordinates coordinates()
public ServiceConfiguration coordinates(Coordinates coordinates)
coordinates - the coordinates
public Deployment deployment()
public ServiceConfiguration deployment(Deployment deployment)
deployment - the deployment configuration of the service
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||