public class RemoteAddressImpl extends Object implements RemoteAddress
| Modifier and Type | Field and Description |
|---|---|
static int |
STATE_ACTIVE |
static int |
STATE_INACTIVE |
static int |
STATE_RETIRED |
| Constructor and Description |
|---|
RemoteAddressImpl(int streamId,
SocketAddress addr) |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
deactivate() |
SocketAddress |
getAddress() |
int |
getStreamId() |
boolean |
isActive() |
boolean |
isInAnyState(int mask) |
void |
retire() |
String |
toString() |
public static final int STATE_ACTIVE
public static final int STATE_INACTIVE
public static final int STATE_RETIRED
public RemoteAddressImpl(int streamId,
SocketAddress addr)
public int getStreamId()
getStreamId in interface RemoteAddresspublic SocketAddress getAddress()
getAddress in interface RemoteAddresspublic void deactivate()
public void retire()
public void activate()
public boolean isInAnyState(int mask)
public boolean isActive()
Copyright © 2017–2018 camunda services GmbH. All rights reserved.