Interface InstanceInfo
-
- All Known Implementing Classes:
ImmutableInstanceInfo
@Immutable public interface InstanceInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetIndex()InstanceStategetState()
-
-
-
Method Detail
-
getIndex
int getIndex()
-
getState
InstanceState getState()
-
-