private static class WebServiceTopicMap.Request
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
count |
private java.lang.String |
si |
private int |
type |
private java.util.concurrent.Semaphore |
wait |
Constructor and Description |
---|
Request(int type,
java.lang.String si) |
Modifier and Type | Method and Description |
---|---|
int |
addCounter() |
int |
decCounter() |
boolean |
equals(java.lang.Object o) |
int |
getCounter() |
java.util.concurrent.Semaphore |
getSemaphore() |
int |
hashCode() |
private int type
private java.lang.String si
private java.util.concurrent.Semaphore wait
private int count
public java.util.concurrent.Semaphore getSemaphore()
public int getCounter()
public int addCounter()
public int decCounter()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
Copyright 2004-2015 Wandora Team