public interface WaveformStatusProcess extends Subsetter
Modifier and Type | Method and Description |
---|---|
void |
begin(EventAccessOperations eventAccess) |
void |
begin(EventAccessOperations eventAccess,
Channel channel) |
void |
begin(EventAccessOperations eventAccess,
NetworkAccess networkAccess) |
void |
begin(EventAccessOperations eventAccess,
Site site) |
void |
begin(EventAccessOperations eventAccess,
Station station) |
void |
closeProcessing() |
void |
end(EventAccessOperations eventAccess) |
void |
end(EventAccessOperations eventAccess,
Channel channel,
Status status,
java.lang.String reason) |
void |
end(EventAccessOperations eventAccess,
NetworkAccess networkAccess) |
void |
end(EventAccessOperations eventAccess,
Site site) |
void |
end(EventAccessOperations eventAccess,
Station station) |
void begin(EventAccessOperations eventAccess) throws java.lang.Exception
java.lang.Exception
void begin(EventAccessOperations eventAccess, NetworkAccess networkAccess) throws java.lang.Exception
java.lang.Exception
void begin(EventAccessOperations eventAccess, Station station) throws java.lang.Exception
java.lang.Exception
void begin(EventAccessOperations eventAccess, Site site) throws java.lang.Exception
java.lang.Exception
void begin(EventAccessOperations eventAccess, Channel channel) throws java.lang.Exception
java.lang.Exception
void end(EventAccessOperations eventAccess, Channel channel, Status status, java.lang.String reason) throws java.lang.Exception
java.lang.Exception
void end(EventAccessOperations eventAccess, Site site) throws java.lang.Exception
java.lang.Exception
void end(EventAccessOperations eventAccess, Station station) throws java.lang.Exception
java.lang.Exception
void end(EventAccessOperations eventAccess, NetworkAccess networkAccess) throws java.lang.Exception
java.lang.Exception
void end(EventAccessOperations eventAccess) throws java.lang.Exception
java.lang.Exception
void closeProcessing() throws java.lang.Exception
java.lang.Exception