ing
This commit is contained in:
@@ -16,6 +16,10 @@ public interface NoAuthProbeService {
|
||||
NoAuthProbe regist(NoAuthProbe noAuthProbe) throws OverflowException;
|
||||
@ProbeAPI
|
||||
NoAuthProbe readByTempProbeKey(String tempKey) throws OverflowException;
|
||||
@ProbeAPI
|
||||
void onConnect(String tempKey, String connectAddress) throws OverflowException;
|
||||
@ProbeAPI
|
||||
void onDisconnect(String tempKey) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
List<NoAuthProbe> readAllByDomain(Domain domain) throws OverflowException;
|
||||
|
||||
@@ -29,4 +29,9 @@ public interface ProbeService {
|
||||
@ProbeAPI //?
|
||||
Probe modify(Probe probe) throws OverflowException;
|
||||
|
||||
@ProbeAPI
|
||||
void onConnect(String probeKey, String connectAddress) throws OverflowException;
|
||||
@ProbeAPI
|
||||
void onDisconnect(String probeKey) throws OverflowException;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user