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

Protobuf type Wrapper


Nested Class Summary
static class TestConductorProtocol.Wrapper.Builder
          Protobuf type Wrapper
 
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
           
static  PARSER
           
 
Method Summary
 TestConductorProtocol.AddressRequest getAddr()
          optional .AddressRequest addr = 5;
 TestConductorProtocol.AddressRequestOrBuilder getAddrOrBuilder()
          optional .AddressRequest addr = 5;
 TestConductorProtocol.EnterBarrier getBarrier()
          optional .EnterBarrier barrier = 2;
 TestConductorProtocol.EnterBarrierOrBuilder getBarrierOrBuilder()
          optional .EnterBarrier barrier = 2;
static TestConductorProtocol.Wrapper getDefaultInstance()
           
 TestConductorProtocol.Wrapper getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 java.lang.String getDone()
          optional string done = 4;
 com.google.protobuf.ByteString getDoneBytes()
          optional string done = 4;
 TestConductorProtocol.InjectFailure getFailure()
          optional .InjectFailure failure = 3;
 TestConductorProtocol.InjectFailureOrBuilder getFailureOrBuilder()
          optional .InjectFailure failure = 3;
 TestConductorProtocol.Hello getHello()
          optional .Hello hello = 1;
 TestConductorProtocol.HelloOrBuilder getHelloOrBuilder()
          optional .Hello hello = 1;
  getParserForType()
           
 int getSerializedSize()
           
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 boolean hasAddr()
          optional .AddressRequest addr = 5;
 boolean hasBarrier()
          optional .EnterBarrier barrier = 2;
 boolean hasDone()
          optional string done = 4;
 boolean hasFailure()
          optional .InjectFailure failure = 3;
 boolean hasHello()
          optional .Hello hello = 1;
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

PARSER

public static  PARSER

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()

getUnknownFields

public final com.google.protobuf.UnknownFieldSet getUnknownFields()

getDescriptor

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

internalGetFieldAccessorTable

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

getParserForType

public  getParserForType()

hasHello

public boolean hasHello()
optional .Hello hello = 1;

Specified by:
hasHello in interface TestConductorProtocol.WrapperOrBuilder

getHello

public TestConductorProtocol.Hello getHello()
optional .Hello hello = 1;

Specified by:
getHello in interface TestConductorProtocol.WrapperOrBuilder

getHelloOrBuilder

public TestConductorProtocol.HelloOrBuilder getHelloOrBuilder()
optional .Hello hello = 1;

Specified by:
getHelloOrBuilder in interface TestConductorProtocol.WrapperOrBuilder

hasBarrier

public boolean hasBarrier()
optional .EnterBarrier barrier = 2;

Specified by:
hasBarrier in interface TestConductorProtocol.WrapperOrBuilder

getBarrier

public TestConductorProtocol.EnterBarrier getBarrier()
optional .EnterBarrier barrier = 2;

Specified by:
getBarrier in interface TestConductorProtocol.WrapperOrBuilder

getBarrierOrBuilder

public TestConductorProtocol.EnterBarrierOrBuilder getBarrierOrBuilder()
optional .EnterBarrier barrier = 2;

Specified by:
getBarrierOrBuilder in interface TestConductorProtocol.WrapperOrBuilder

hasFailure

public boolean hasFailure()
optional .InjectFailure failure = 3;

Specified by:
hasFailure in interface TestConductorProtocol.WrapperOrBuilder

getFailure

public TestConductorProtocol.InjectFailure getFailure()
optional .InjectFailure failure = 3;

Specified by:
getFailure in interface TestConductorProtocol.WrapperOrBuilder

getFailureOrBuilder

public TestConductorProtocol.InjectFailureOrBuilder getFailureOrBuilder()
optional .InjectFailure failure = 3;

Specified by:
getFailureOrBuilder in interface TestConductorProtocol.WrapperOrBuilder

hasDone

public boolean hasDone()
optional string done = 4;

Specified by:
hasDone in interface TestConductorProtocol.WrapperOrBuilder

getDone

public java.lang.String getDone()
optional string done = 4;

Specified by:
getDone in interface TestConductorProtocol.WrapperOrBuilder

getDoneBytes

public com.google.protobuf.ByteString getDoneBytes()
optional string done = 4;

Specified by:
getDoneBytes in interface TestConductorProtocol.WrapperOrBuilder

hasAddr

public boolean hasAddr()
optional .AddressRequest addr = 5;

Specified by:
hasAddr in interface TestConductorProtocol.WrapperOrBuilder

getAddr

public TestConductorProtocol.AddressRequest getAddr()
optional .AddressRequest addr = 5;

Specified by:
getAddr in interface TestConductorProtocol.WrapperOrBuilder

getAddrOrBuilder

public TestConductorProtocol.AddressRequestOrBuilder getAddrOrBuilder()
optional .AddressRequest addr = 5;

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)