|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICodManagerObjectDatabase
| Method Summary | |
|---|---|
void |
addMachine(Machine machine)
Creates a new machine record |
void |
addStorageServer(StorageServer s)
Creates a new storage server record |
java.util.Vector<java.util.Properties> |
getMachine(java.lang.String name)
Retrieves the specified machine record |
java.util.Vector<java.util.Properties> |
getMachines()
Retrieves all machine records for this center |
java.util.Vector<java.util.Properties> |
getSiteMachines(java.lang.String siteName)
Retrieves all machines assigned to the specified site |
java.util.Vector<java.util.Properties> |
getStorageServer(java.lang.String name)
Retrieves the specified storage server record |
java.util.Vector<java.util.Properties> |
getStorageServers()
Retrieves all storage server records |
void |
removeMachine(java.lang.String name)
Removes the specified machine record |
void |
transferMachine(java.lang.String machineName,
java.lang.String siteName)
Transfers the machine to the specified site |
void |
updateMachine(Machine machine)
Updates the specified machine record |
| Methods inherited from interface orca.manage.extensions.standard.container.db.IManagerObjectDatabase |
|---|
addConfiguration, addSlice, getClientSlices, getConfiguration, getConfigurations, getInventorySlices, getReservations, getSlice, getSlices, removeConfiguration, removeReservation, removeSlice, updateReservation, updateSlice |
| Methods inherited from interface orca.shirako.api.IInitialize |
|---|
initialize |
| Method Detail |
|---|
java.util.Vector<java.util.Properties> getMachines()
throws java.lang.Exception
java.lang.Exception
java.util.Vector<java.util.Properties> getSiteMachines(java.lang.String siteName)
throws java.lang.Exception
siteName - site name
java.lang.Exception
java.util.Vector<java.util.Properties> getMachine(java.lang.String name)
throws java.lang.Exception
name - machine name
java.lang.Exception
void addMachine(Machine machine)
throws java.lang.Exception
machine - machine
java.lang.Exception
void updateMachine(Machine machine)
throws java.lang.Exception
machine -
java.lang.Exception
void removeMachine(java.lang.String name)
throws java.lang.Exception
name -
java.lang.Exception
void transferMachine(java.lang.String machineName,
java.lang.String siteName)
throws java.lang.Exception
machineName - siteName -
java.lang.Exception
void addStorageServer(StorageServer s)
throws java.lang.Exception
s - storage server
java.lang.Exception
java.util.Vector<java.util.Properties> getStorageServers()
throws java.lang.Exception
java.lang.Exception
java.util.Vector<java.util.Properties> getStorageServer(java.lang.String name)
throws java.lang.Exception
name - Server name
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||