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()
Exception
exception()
boolean
isSuccess()
Object
result()
-