public class VmwareConfig extends Object implements Serializable
Constructor and Description |
---|
VmwareConfig() |
Modifier and Type | Method and Description |
---|---|
void |
addVmwareServer(int index,
VmwareServer vVmwareServer) |
void |
addVmwareServer(VmwareServer vVmwareServer) |
Enumeration<VmwareServer> |
enumerateVmwareServer()
Method enumerateVmwareServer.
|
boolean |
equals(Object obj)
Overrides the java.lang.Object.equals method.
|
VmwareServer[] |
getVmwareServer()
Method getVmwareServer.Returns the contents of the
collection in an Array.
|
VmwareServer |
getVmwareServer(int index)
Method getVmwareServer.
|
List<VmwareServer> |
getVmwareServerCollection()
Method getVmwareServerCollection.Returns a reference to
'_vmwareServerList'.
|
int |
getVmwareServerCount()
Method getVmwareServerCount.
|
Iterator<VmwareServer> |
iterateVmwareServer()
Method iterateVmwareServer.
|
void |
removeAllVmwareServer() |
boolean |
removeVmwareServer(VmwareServer vVmwareServer)
Method removeVmwareServer.
|
VmwareServer |
removeVmwareServerAt(int index)
Method removeVmwareServerAt.
|
void |
setVmwareServer(int index,
VmwareServer vVmwareServer) |
void |
setVmwareServer(List<VmwareServer> vVmwareServerList)
Sets the value of '_vmwareServerList' by copying the given
Vector.
|
void |
setVmwareServer(VmwareServer[] vVmwareServerArray) |
public void addVmwareServer(VmwareServer vVmwareServer) throws IndexOutOfBoundsException
vVmwareServer
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addVmwareServer(int index, VmwareServer vVmwareServer) throws IndexOutOfBoundsException
index
- vVmwareServer
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic Enumeration<VmwareServer> enumerateVmwareServer()
public boolean equals(Object obj)
public VmwareServer getVmwareServer(int index) throws IndexOutOfBoundsException
index
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic VmwareServer[] getVmwareServer()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public List<VmwareServer> getVmwareServerCollection()
public int getVmwareServerCount()
public Iterator<VmwareServer> iterateVmwareServer()
public void removeAllVmwareServer()
public boolean removeVmwareServer(VmwareServer vVmwareServer)
vVmwareServer
- public VmwareServer removeVmwareServerAt(int index)
index
- public void setVmwareServer(int index, VmwareServer vVmwareServer) throws IndexOutOfBoundsException
index
- vVmwareServer
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setVmwareServer(VmwareServer[] vVmwareServerArray)
vVmwareServerArray
- public void setVmwareServer(List<VmwareServer> vVmwareServerList)
vVmwareServerList
- the Vector to copy.Copyright © 2021. All rights reserved.