public abstract class AbstractEndpoint extends Object implements Endpoint
| 限定符和类型 | 字段和说明 |
|---|---|
protected Console |
console
控制台
|
protected Container |
container
容器
|
BRICK_ENDPOINT| 构造器和说明 |
|---|
AbstractEndpoint() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract void |
close()
关闭
|
void |
destroy() |
IdentityHandler |
getHandler() |
Object |
getParameter(String name) |
Map<String,Object> |
getParameters() |
Protocol |
getProtocol() |
String |
getProtocolName() |
Status |
getStatus() |
void |
initial() |
boolean |
isActive() |
String |
name() |
protected abstract void |
open()
打开
|
void |
operate(BusCommand cmd) |
public final void initial()
initial 在接口中 net.isger.util.Manageablepublic String name()
name 在接口中 net.isger.util.Namedpublic String getProtocolName()
public Protocol getProtocol()
public IdentityHandler getHandler()
public void operate(BusCommand cmd)
protected abstract void open()
protected abstract void close()
public final void destroy()
destroy 在接口中 net.isger.util.ManageableCopyright © 2024. All rights reserved.