akka.remote
Class WireFormats.ActorRefData

java.lang.Object
  extended by com.google.protobuf.GeneratedMessage
      extended by akka.remote.WireFormats.ActorRefData
All Implemented Interfaces:
WireFormats.ActorRefDataOrBuilder
Enclosing class:
WireFormats

public static final class WireFormats.ActorRefData
extends com.google.protobuf.GeneratedMessage
implements WireFormats.ActorRefDataOrBuilder

Protobuf type ActorRefData


 Defines a remote ActorRef that "remembers" and uses its original Actor instance
 on the original node.
 


Nested Class Summary
static class WireFormats.ActorRefData.Builder
          Protobuf type ActorRefData
 
Field Summary
static  PARSER
           
static int PATH_FIELD_NUMBER
           
 
Method Summary
static WireFormats.ActorRefData getDefaultInstance()
           
 WireFormats.ActorRefData getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
  getParserForType()
           
 java.lang.String getPath()
          required string path = 1;
 com.google.protobuf.ByteString getPathBytes()
          required string path = 1;
 int getSerializedSize()
           
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 boolean hasPath()
          required string path = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static WireFormats.ActorRefData.Builder newBuilder()
           
static WireFormats.ActorRefData.Builder newBuilder(WireFormats.ActorRefData prototype)
           
 WireFormats.ActorRefData.Builder newBuilderForType()
           
protected  WireFormats.ActorRefData.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static WireFormats.ActorRefData parseDelimitedFrom(java.io.InputStream input)
           
static WireFormats.ActorRefData parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WireFormats.ActorRefData parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WireFormats.ActorRefData parseFrom(com.google.protobuf.ByteString data)
           
static WireFormats.ActorRefData parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WireFormats.ActorRefData parseFrom(com.google.protobuf.CodedInputStream input)
           
static WireFormats.ActorRefData parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WireFormats.ActorRefData parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 WireFormats.ActorRefData.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

PATH_FIELD_NUMBER

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

getDefaultInstance

public static WireFormats.ActorRefData getDefaultInstance()

getDefaultInstanceForType

public WireFormats.ActorRefData 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()

hasPath

public boolean hasPath()
required string path = 1;

Specified by:
hasPath in interface WireFormats.ActorRefDataOrBuilder

getPath

public java.lang.String getPath()
required string path = 1;

Specified by:
getPath in interface WireFormats.ActorRefDataOrBuilder

getPathBytes

public com.google.protobuf.ByteString getPathBytes()
required string path = 1;

Specified by:
getPathBytes in interface WireFormats.ActorRefDataOrBuilder

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

parseFrom

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

parseFrom

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

parseFrom

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

parseDelimitedFrom

public static WireFormats.ActorRefData parseDelimitedFrom(java.io.InputStream input)
                                                   throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static WireFormats.ActorRefData.Builder newBuilder()

newBuilderForType

public WireFormats.ActorRefData.Builder newBuilderForType()

newBuilder

public static WireFormats.ActorRefData.Builder newBuilder(WireFormats.ActorRefData prototype)

toBuilder

public WireFormats.ActorRefData.Builder toBuilder()

newBuilderForType

protected WireFormats.ActorRefData.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)