Ontimize 5.2071EN

com.ontimize.util.operation
Class AbstractRemoteOperationManager.IdentifiedGenerator

java.lang.Object
  extended bycom.ontimize.util.operation.AbstractRemoteOperationManager.IdentifiedGenerator
Enclosing class:
AbstractRemoteOperationManager

public static class AbstractRemoteOperationManager.IdentifiedGenerator
extends java.lang.Object


Field Summary
protected  java.util.Vector identifiedUsed
           
protected  int length
           
 
Constructor Summary
AbstractRemoteOperationManager.IdentifiedGenerator()
           
AbstractRemoteOperationManager.IdentifiedGenerator(int length)
           
 
Method Summary
 java.lang.String getUniqueIdentified()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identifiedUsed

protected java.util.Vector identifiedUsed

length

protected int length
Constructor Detail

AbstractRemoteOperationManager.IdentifiedGenerator

public AbstractRemoteOperationManager.IdentifiedGenerator(int length)

AbstractRemoteOperationManager.IdentifiedGenerator

public AbstractRemoteOperationManager.IdentifiedGenerator()
Method Detail

getUniqueIdentified

public java.lang.String getUniqueIdentified()

Ontimize