akka.remote.testconductor
Class TestConductorProtocol.Wrapper

java.lang.Object
  extended by com.google.protobuf.GeneratedMessage
      extended by akka.remote.testconductor.TestConductorProtocol.Wrapper
All Implemented Interfaces:
TestConductorProtocol.WrapperOrBuilder
Enclosing class:
TestConductorProtocol

public static final class TestConductorProtocol.Wrapper
extends com.google.protobuf.GeneratedMessage
implements TestConductorProtocol.WrapperOrBuilder


Nested Class Summary
static class TestConductorProtocol.Wrapper.Builder
           
 
Field Summary
static int ADDR_FIELD_NUMBER
           
static int BARRIER_FIELD_NUMBER
           
static int DONE_FIELD_NUMBER
           
static int FAILURE_FIELD_NUMBER
           
static int HELLO_FIELD_NUMBER
           
 
Method Summary
 TestConductorProtocol.AddressRequest getAddr()
           
 TestConductorProtocol.AddressRequestOrBuilder getAddrOrBuilder()
           
 TestConductorProtocol.EnterBarrier getBarrier()
           
 TestConductorProtocol.EnterBarrierOrBuilder getBarrierOrBuilder()
           
static TestConductorProtocol.Wrapper getDefaultInstance()
           
 TestConductorProtocol.Wrapper getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 java.lang.String getDone()
           
 TestConductorProtocol.InjectFailure getFailure()
           
 TestConductorProtocol.InjectFailureOrBuilder getFailureOrBuilder()
           
 TestConductorProtocol.Hello getHello()
           
 TestConductorProtocol.HelloOrBuilder getHelloOrBuilder()
           
 int getSerializedSize()
           
 boolean hasAddr()
           
 boolean hasBarrier()
           
 boolean hasDone()
           
 boolean hasFailure()
           
 boolean hasHello()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static TestConductorProtocol.Wrapper.Builder newBuilder()
           
static TestConductorProtocol.Wrapper.Builder newBuilder(TestConductorProtocol.Wrapper prototype)
           
 TestConductorProtocol.Wrapper.Builder newBuilderForType()
           
protected  TestConductorProtocol.Wrapper.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static TestConductorProtocol.Wrapper parseDelimitedFrom(java.io.InputStream input)
           
static TestConductorProtocol.Wrapper parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestConductorProtocol.Wrapper parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestConductorProtocol.Wrapper parseFrom(com.google.protobuf.ByteString data)
           
static TestConductorProtocol.Wrapper parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestConductorProtocol.Wrapper parseFrom(com.google.protobuf.CodedInputStream input)
           
static TestConductorProtocol.Wrapper parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestConductorProtocol.Wrapper parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 TestConductorProtocol.Wrapper.Builder toBuilder()
           
protected  java.lang.Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HELLO_FIELD_NUMBER

public static final int HELLO_FIELD_NUMBER
See Also:
Constant Field Values

BARRIER_FIELD_NUMBER

public static final int BARRIER_FIELD_NUMBER
See Also:
Constant Field Values

FAILURE_FIELD_NUMBER

public static final int FAILURE_FIELD_NUMBER
See Also:
Constant Field Values

DONE_FIELD_NUMBER

public static final int DONE_FIELD_NUMBER
See Also:
Constant Field Values

ADDR_FIELD_NUMBER

public static final int ADDR_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static TestConductorProtocol.Wrapper getDefaultInstance()

getDefaultInstanceForType

public TestConductorProtocol.Wrapper getDefaultInstanceForType()

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()

hasHello

public boolean hasHello()
Specified by:
hasHello in interface TestConductorProtocol.WrapperOrBuilder

getHello

public TestConductorProtocol.Hello getHello()
Specified by:
getHello in interface TestConductorProtocol.WrapperOrBuilder

getHelloOrBuilder

public TestConductorProtocol.HelloOrBuilder getHelloOrBuilder()
Specified by:
getHelloOrBuilder in interface TestConductorProtocol.WrapperOrBuilder

hasBarrier

public boolean hasBarrier()
Specified by:
hasBarrier in interface TestConductorProtocol.WrapperOrBuilder

getBarrier

public TestConductorProtocol.EnterBarrier getBarrier()
Specified by:
getBarrier in interface TestConductorProtocol.WrapperOrBuilder

getBarrierOrBuilder

public TestConductorProtocol.EnterBarrierOrBuilder getBarrierOrBuilder()
Specified by:
getBarrierOrBuilder in interface TestConductorProtocol.WrapperOrBuilder

hasFailure

public boolean hasFailure()
Specified by:
hasFailure in interface TestConductorProtocol.WrapperOrBuilder

getFailure

public TestConductorProtocol.InjectFailure getFailure()
Specified by:
getFailure in interface TestConductorProtocol.WrapperOrBuilder

getFailureOrBuilder

public TestConductorProtocol.InjectFailureOrBuilder getFailureOrBuilder()
Specified by:
getFailureOrBuilder in interface TestConductorProtocol.WrapperOrBuilder

hasDone

public boolean hasDone()
Specified by:
hasDone in interface TestConductorProtocol.WrapperOrBuilder

getDone

public java.lang.String getDone()
Specified by:
getDone in interface TestConductorProtocol.WrapperOrBuilder

hasAddr

public boolean hasAddr()
Specified by:
hasAddr in interface TestConductorProtocol.WrapperOrBuilder

getAddr

public TestConductorProtocol.AddressRequest getAddr()
Specified by:
getAddr in interface TestConductorProtocol.WrapperOrBuilder

getAddrOrBuilder

public TestConductorProtocol.AddressRequestOrBuilder getAddrOrBuilder()
Specified by:
getAddrOrBuilder in interface TestConductorProtocol.WrapperOrBuilder

isInitialized

public final boolean isInitialized()

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws java.io.IOException
Throws:
java.io.IOException

getSerializedSize

public int getSerializedSize()

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

parseFrom

public static TestConductorProtocol.Wrapper parseFrom(com.google.protobuf.ByteString data)
                                               throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static TestConductorProtocol.Wrapper parseFrom(com.google.protobuf.ByteString data,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static TestConductorProtocol.Wrapper parseFrom(byte[] data,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static TestConductorProtocol.Wrapper parseFrom(java.io.InputStream input,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

public static TestConductorProtocol.Wrapper parseDelimitedFrom(java.io.InputStream input)
                                                        throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

public static TestConductorProtocol.Wrapper parseDelimitedFrom(java.io.InputStream input,
                                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                        throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static TestConductorProtocol.Wrapper parseFrom(com.google.protobuf.CodedInputStream input)
                                               throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static TestConductorProtocol.Wrapper parseFrom(com.google.protobuf.CodedInputStream input,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws java.io.IOException
Throws:
java.io.IOException

newBuilder

public static TestConductorProtocol.Wrapper.Builder newBuilder()

newBuilderForType

public TestConductorProtocol.Wrapper.Builder newBuilderForType()

newBuilder

public static TestConductorProtocol.Wrapper.Builder newBuilder(TestConductorProtocol.Wrapper prototype)

toBuilder

public TestConductorProtocol.Wrapper.Builder toBuilder()

newBuilderForType

protected TestConductorProtocol.Wrapper.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)