Interface ThriftTest.Iface
-
- All Known Implementing Classes:
ThriftTest.Client
- Enclosing class:
- ThriftTest
public static interface ThriftTest.Iface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanfails()booleansuccess()booleanthrowsError()
-
-
-
Method Detail
-
success
boolean success() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
fails
boolean fails() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
throwsError
boolean throwsError() throws ThriftSecurityException, org.apache.thrift.TException- Throws:
ThriftSecurityExceptionorg.apache.thrift.TException
-
-