akka.remote.testconductor
Class TestConductorProtocol.EnterBarrier

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

public static final class TestConductorProtocol.EnterBarrier
extends com.google.protobuf.GeneratedMessage
implements TestConductorProtocol.EnterBarrierOrBuilder


Nested Class Summary
static class TestConductorProtocol.EnterBarrier.Builder
           
 
Field Summary
static int NAME_FIELD_NUMBER
           
static int OP_FIELD_NUMBER
           
static int TIMEOUT_FIELD_NUMBER
           
 
Method Summary
static TestConductorProtocol.EnterBarrier getDefaultInstance()
           
 TestConductorProtocol.EnterBarrier getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 java.lang.String getName()
           
 TestConductorProtocol.BarrierOp getOp()
           
 int getSerializedSize()
           
 long getTimeout()
           
 boolean hasName()
           
 boolean hasOp()
           
 boolean hasTimeout()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static TestConductorProtocol.EnterBarrier.Builder newBuilder()
           
static TestConductorProtocol.EnterBarrier.Builder newBuilder(TestConductorProtocol.EnterBarrier prototype)
           
 TestConductorProtocol.EnterBarrier.Builder newBuilderForType()
           
protected  TestConductorProtocol.EnterBarrier.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static TestConductorProtocol.EnterBarrier parseDelimitedFrom(java.io.InputStream input)
           
static TestConductorProtocol.EnterBarrier parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestConductorProtocol.EnterBarrier parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestConductorProtocol.EnterBarrier parseFrom(com.google.protobuf.ByteString data)
           
static TestConductorProtocol.EnterBarrier parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestConductorProtocol.EnterBarrier parseFrom(com.google.protobuf.CodedInputStream input)
           
static TestConductorProtocol.EnterBarrier parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestConductorProtocol.EnterBarrier parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 TestConductorProtocol.EnterBarrier.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

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
See Also:
Constant Field Values

OP_FIELD_NUMBER

public static final int OP_FIELD_NUMBER
See Also:
Constant Field Values

TIMEOUT_FIELD_NUMBER

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

getDefaultInstance

public static TestConductorProtocol.EnterBarrier getDefaultInstance()

getDefaultInstanceForType

public TestConductorProtocol.EnterBarrier getDefaultInstanceForType()

getDescriptor

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

internalGetFieldAccessorTable

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

hasName

public boolean hasName()
Specified by:
hasName in interface TestConductorProtocol.EnterBarrierOrBuilder

getName

public java.lang.String getName()
Specified by:
getName in interface TestConductorProtocol.EnterBarrierOrBuilder

hasOp

public boolean hasOp()
Specified by:
hasOp in interface TestConductorProtocol.EnterBarrierOrBuilder

getOp

public TestConductorProtocol.BarrierOp getOp()
Specified by:
getOp in interface TestConductorProtocol.EnterBarrierOrBuilder

hasTimeout

public boolean hasTimeout()
Specified by:
hasTimeout in interface TestConductorProtocol.EnterBarrierOrBuilder

getTimeout

public long getTimeout()
Specified by:
getTimeout in interface TestConductorProtocol.EnterBarrierOrBuilder

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.EnterBarrier parseFrom(com.google.protobuf.ByteString data)
                                                    throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static TestConductorProtocol.EnterBarrier 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.EnterBarrier parseFrom(byte[] data,
                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                    throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

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

parseDelimitedFrom

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

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static TestConductorProtocol.EnterBarrier.Builder newBuilder()

newBuilderForType

public TestConductorProtocol.EnterBarrier.Builder newBuilderForType()

newBuilder

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

toBuilder

public TestConductorProtocol.EnterBarrier.Builder toBuilder()

newBuilderForType

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