Package edu.sc.seis.sod.mock
Class MockECP
- java.lang.Object
-
- edu.sc.seis.sod.mock.MockECP
-
public class MockECP extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MockECP()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EventChannelPair
getECP()
static EventChannelPair
getECP(edu.iris.Fissures.network.ChannelImpl chan)
static EventChannelPair
getECP(StatefulEvent event)
static EventChannelPair
getECP(StatefulEvent ev, edu.iris.Fissures.network.ChannelImpl chan)
-
-
-
Method Detail
-
getECP
public static EventChannelPair getECP()
-
getECP
public static EventChannelPair getECP(edu.iris.Fissures.network.ChannelImpl chan)
-
getECP
public static EventChannelPair getECP(StatefulEvent event)
-
getECP
public static EventChannelPair getECP(StatefulEvent ev, edu.iris.Fissures.network.ChannelImpl chan)
-
-