public class ServiceInstancePoolEntry extends Object
Constructor and Description |
---|
ServiceInstancePoolEntry(ServiceInstancePool serviceInstancePool,
String hostname,
String username,
String password) |
Modifier and Type | Method and Description |
---|---|
void |
expire(long ageInMilliseconds) |
protected Map<com.vmware.vim25.mo.ServiceInstance,Long> |
getAccessTimestamp() |
boolean |
isUnused() |
int |
lockedEntryCount() |
void |
release(com.vmware.vim25.mo.ServiceInstance serviceInstance) |
com.vmware.vim25.mo.ServiceInstance |
retain() |
int |
unlockedEntryCount() |
public ServiceInstancePoolEntry(ServiceInstancePool serviceInstancePool, String hostname, String username, String password)
public com.vmware.vim25.mo.ServiceInstance retain() throws MalformedURLException, RemoteException
MalformedURLException
RemoteException
public void expire(long ageInMilliseconds)
public boolean isUnused()
public void release(com.vmware.vim25.mo.ServiceInstance serviceInstance)
public int lockedEntryCount()
public int unlockedEntryCount()
Copyright © 2019. All rights reserved.