|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.jadort.api.entities.topology.GroupBean
public class GroupBean
Bean that represents a group of server (cluster or farm)
| Constructor Summary | |
|---|---|
GroupBean()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<ApplicationBean> |
getApplications()
Get the applications list for this group. |
boolean |
getClustered()
Get whether the group is clustered (i.e. |
boolean |
getConnected()
Get whether all group servers are coonecetd (i |
java.lang.Integer |
getId()
Get the group id |
java.lang.String |
getName()
Get the group name |
java.util.List<ServerBean> |
getServers()
Get the servers list for this group |
java.util.List<VMImageBean> |
getVmImages()
Get the VM Images list for this group. |
java.util.List<WorkerBean> |
getWorkers()
Get the workers list for this group |
void |
setApplications(java.util.List<ApplicationBean> applications)
Set the applications list for this group. |
void |
setClustered(boolean clustered)
Set whether the group is clustered (i.e. |
void |
setConnected(boolean connected)
Set whether all group servers are connected |
void |
setId(java.lang.Integer id)
|
void |
setName(java.lang.String name)
Set the group name |
void |
setServers(java.util.List<ServerBean> servers)
Set the servers list for this group |
void |
setVmImages(java.util.List<VMImageBean> vmImages)
Get the VM Images list for this group. |
void |
setWorkers(java.util.List<WorkerBean> workers)
Set the workers list for this group |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GroupBean()
| Method Detail |
|---|
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
public java.lang.String getName()
public void setName(java.lang.String name)
name - New name for the grouppublic boolean getClustered()
public boolean getConnected()
public void setClustered(boolean clustered)
clustered - Whether the group is clustered (i.e. HTTP and EJB
sessions are replicated)public void setConnected(boolean connected)
public java.util.List<ServerBean> getServers()
public void setServers(java.util.List<ServerBean> servers)
servers - The servers list to set for this grouppublic java.util.List<WorkerBean> getWorkers()
public void setWorkers(java.util.List<WorkerBean> workers)
workers - The workers list to set for this grouppublic java.util.List<ApplicationBean> getApplications()
public void setApplications(java.util.List<ApplicationBean> applications)
applications - The applications list to set for this grouppublic java.util.List<VMImageBean> getVmImages()
public void setVmImages(java.util.List<VMImageBean> vmImages)
applications - The applications list to set for this grouppublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj is a GroupBean and the
getId() is the same for both objects, false
otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||