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