Package org.apache.felix.service.command
Interface Result
-
- All Known Implementing Classes:
Pipe.Result
public interface Result
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
error()
java.lang.Exception
exception()
boolean
isSuccess()
java.lang.Object
result()
-