Interface IOObject
-
- All Known Implementing Classes:
RequestResponseChannel
public interface IOObject
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IOObject.IOObjectState
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
IOObject.IOObjectState
getState()
-
-
-
Method Detail
-
getState
IOObject.IOObjectState getState()
-
getId
String getId()
-
-