ing
This commit is contained in:
parent
b63fb7a4b7
commit
b3889f309a
|
@ -15,13 +15,7 @@ public interface NoAuthProbeService {
|
||||||
NoAuthProbe regist(NoAuthProbe noAuthProbe) throws OverflowException;
|
NoAuthProbe regist(NoAuthProbe noAuthProbe) throws OverflowException;
|
||||||
|
|
||||||
@ProbeAPI
|
@ProbeAPI
|
||||||
NoAuthProbe readByTempProbeKey(String tempKey) throws OverflowException;
|
NoAuthProbe readByTempProbeKey(String tempProbeKey) throws OverflowException;
|
||||||
|
|
||||||
@ProbeAPI
|
|
||||||
void onConnect(String tempKey, String connectAddress) throws OverflowException;
|
|
||||||
|
|
||||||
@ProbeAPI
|
|
||||||
void onDisconnect(String tempKey) throws OverflowException;
|
|
||||||
|
|
||||||
@WebappAPI
|
@WebappAPI
|
||||||
List<NoAuthProbe> readAllByDomainID(Long id) throws OverflowException;
|
List<NoAuthProbe> readAllByDomainID(Long id) throws OverflowException;
|
||||||
|
@ -32,4 +26,10 @@ public interface NoAuthProbeService {
|
||||||
@WebappAPI
|
@WebappAPI
|
||||||
List<NoAuthProbe> denyNoauthProbe(Long id) throws OverflowException;
|
List<NoAuthProbe> denyNoauthProbe(Long id) throws OverflowException;
|
||||||
|
|
||||||
|
@ProbeAPI
|
||||||
|
void onConnect(String tempProbeKey, String connectAddress) throws OverflowException;
|
||||||
|
|
||||||
|
@ProbeAPI
|
||||||
|
void onDisconnect(String tempProbeKey) throws OverflowException;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user