Skip navigation links

Oracle Virtual Directory Java API Reference
11g Release 1 (11.1.1)

E56472-01


com.octetstring.vde.admin.services
Class AdapterInfo

java.lang.Object
  extended by com.octetstring.vde.admin.services.AdapterInfo


public class AdapterInfo
extends java.lang.Object
Author:
mlb

Constructor Summary
AdapterInfo(java.lang.String name, java.lang.String type, int refs, boolean isActive, java.util.HashMap props, int operationalVersion, int provisionedVersion)
           

 

Method Summary
 java.lang.String getConsOpen()
          return the consOpen from props
 java.lang.String getConsProcessed()
          return the consProcessed from props
 java.lang.String getConsRebinds()
          return the consRebinds from props
 java.lang.String getConsReuse()
          return the consReuse from props
 java.lang.String getName()
           
 java.lang.String getOpAdds()
          return the OpAdds from props
 java.lang.String getOpBinds()
          return the OpBinds from props
 java.lang.String getOpCnt()
          return the OpCnt from props
 java.lang.String getOpDeletes()
          return the OpDeletes from props
 int getOperationalVersion()
           
 java.lang.String getOpMods()
          return the OpMods from props
 java.lang.String getOpRenames()
          return the OpRenames from props
 java.lang.String getOpRetEntries()
          return the OpRetEntries from props
 java.lang.String getOpSearches()
          return the OpSearches from props
 java.util.HashMap getProps()
           
 int getProvisionedVersion()
           
 int getRefs()
           
 java.lang.String getStatSeconds()
          return the statSeconds from props
 java.lang.String getType()
           
 java.lang.String getUTF8Name()
           
 java.lang.String getVdeAverageSearchCompletionTime()
          return the vdeAverageSearchCompletionTime from props
 java.lang.String getVdeMaxEntryTime()
          return the vdeMaxEntryTime from props
 java.lang.String getVdeMaxSearchCompleteTime()
          return the vdeMaxSearchCompleteTime from props
 java.lang.String getVdeMaxSearchTime()
          return the vdeMaxSearchTime from props
 java.lang.String getVdeMinEntryTime()
          return the vdeMinEntryTime from props
 java.lang.String getVdeMinSearchCompleteTime()
          return the vdeMinSearchCompleteTime from props
 java.lang.String getVdeMinSearchTime()
          return the vdeMinSearchTime from props
 java.lang.String getVdeNumEntries()
          return the vdeNumEntries from props
 java.lang.String getVdeNumSearches()
          return the vdeNumSearches from props
 java.lang.String getVdeTotalEntryTime()
          return the vdeTotalEntryTime from props
 java.lang.String getVdeTotalSearchCompletionTime()
          return the vdeTotalSearchCompletionTime from props
 java.lang.String getVdeTotalSearchTime()
          return the vdeTotalSearchTime from props
 boolean isEnabled()
           
 void setProvisionedVersion(int provisionedVersion)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

AdapterInfo

public AdapterInfo(java.lang.String name,
                   java.lang.String type,
                   int refs,
                   boolean isActive,
                   java.util.HashMap props,
                   int operationalVersion,
                   int provisionedVersion)

Method Detail

isEnabled

public boolean isEnabled()

getName

public java.lang.String getName()
Returns:
Returns the name.

getUTF8Name

public java.lang.String getUTF8Name()
Returns:
Returns the name in UTF-8.

getProps

public java.util.HashMap getProps()
Returns:
Returns the props.

getRefs

public int getRefs()
Returns:
Returns the refs.

getType

public java.lang.String getType()
Returns:
Returns the type.

getOperationalVersion

public int getOperationalVersion()
Returns:
Returns the operationalVersion.

getProvisionedVersion

public int getProvisionedVersion()
Returns:
Returns the provisionedVersion.

setProvisionedVersion

public void setProvisionedVersion(int provisionedVersion)
Parameters:
provisionedVersion - The provisionedVersion to set.

getOpCnt

public java.lang.String getOpCnt()
return the OpCnt from props

getOpAdds

public java.lang.String getOpAdds()
return the OpAdds from props

getOpBinds

public java.lang.String getOpBinds()
return the OpBinds from props

getOpMods

public java.lang.String getOpMods()
return the OpMods from props

getOpDeletes

public java.lang.String getOpDeletes()
return the OpDeletes from props

getOpRenames

public java.lang.String getOpRenames()
return the OpRenames from props

getOpSearches

public java.lang.String getOpSearches()
return the OpSearches from props

getOpRetEntries

public java.lang.String getOpRetEntries()
return the OpRetEntries from props

getConsOpen

public java.lang.String getConsOpen()
return the consOpen from props

getConsProcessed

public java.lang.String getConsProcessed()
return the consProcessed from props

getConsReuse

public java.lang.String getConsReuse()
return the consReuse from props

getConsRebinds

public java.lang.String getConsRebinds()
return the consRebinds from props

getVdeNumSearches

public java.lang.String getVdeNumSearches()
return the vdeNumSearches from props

getVdeNumEntries

public java.lang.String getVdeNumEntries()
return the vdeNumEntries from props

getVdeMaxEntryTime

public java.lang.String getVdeMaxEntryTime()
return the vdeMaxEntryTime from props

getVdeMinEntryTime

public java.lang.String getVdeMinEntryTime()
return the vdeMinEntryTime from props

getVdeMinSearchTime

public java.lang.String getVdeMinSearchTime()
return the vdeMinSearchTime from props

getVdeMaxSearchTime

public java.lang.String getVdeMaxSearchTime()
return the vdeMaxSearchTime from props

getVdeTotalSearchTime

public java.lang.String getVdeTotalSearchTime()
return the vdeTotalSearchTime from props

getVdeTotalEntryTime

public java.lang.String getVdeTotalEntryTime()
return the vdeTotalEntryTime from props

getVdeTotalSearchCompletionTime

public java.lang.String getVdeTotalSearchCompletionTime()
return the vdeTotalSearchCompletionTime from props

getVdeMinSearchCompleteTime

public java.lang.String getVdeMinSearchCompleteTime()
return the vdeMinSearchCompleteTime from props

getVdeMaxSearchCompleteTime

public java.lang.String getVdeMaxSearchCompleteTime()
return the vdeMaxSearchCompleteTime from props

getVdeAverageSearchCompletionTime

public java.lang.String getVdeAverageSearchCompletionTime()
return the vdeAverageSearchCompletionTime from props

getStatSeconds

public java.lang.String getStatSeconds()
return the statSeconds from props

Skip navigation links

Oracle Virtual Directory Java API Reference
11g Release 1 (11.1.1)

E56472-01


Copyright © 2000-2015 Oracle and/or its affiliates. All Rights Reserved.