| 
 | Oracle Fusion Middleware Java API Reference for Oracle Event Processing 12c Release 1 (12.1.3.0.0) E54267-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.oracle.cep.cluster.ha.adapter.AtomicCounter
| Constructor Summary | |
| AtomicCounter() | |
| AtomicCounter(long initialValue) | |
| Method Summary | |
|  long | get() | 
|  long | increment() | 
|  void | set(AtomicCounter value) | 
|  void | set(long value) | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public AtomicCounter()
public AtomicCounter(long initialValue)
| Method Detail | 
public long get()
public void set(long value)
public void set(AtomicCounter value)
public long increment()
| 
 | Copyright © 2007, 2014 Oracle and/or its affiliates. All rights reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||