Interface JvmConnection
-
- All Known Implementing Classes:
JvmConnectionImpl
public interface JvmConnection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()voidsend(Serializable o)
-
-
-
Method Detail
-
send
void send(Serializable o)
-
close
void close()
-
-