akka.remote
Class WireFormats.ActorRefData.Builder

java.lang.Object
  extended by 
      extended by akka.remote.WireFormats.ActorRefData.Builder
All Implemented Interfaces:
WireFormats.ActorRefDataOrBuilder
Enclosing class:
WireFormats.ActorRefData

public static final class WireFormats.ActorRefData.Builder
extends
implements WireFormats.ActorRefDataOrBuilder

Protobuf type ActorRefData


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


Method Summary
 WireFormats.ActorRefData build()
           
 WireFormats.ActorRefData buildPartial()
           
 WireFormats.ActorRefData.Builder clear()
           
 WireFormats.ActorRefData.Builder clearPath()
          required string path = 1;
 WireFormats.ActorRefData.Builder clone()
           
 WireFormats.ActorRefData getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 java.lang.String getPath()
          required string path = 1;
 com.google.protobuf.ByteString getPathBytes()
          required string path = 1;
 boolean hasPath()
          required string path = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 WireFormats.ActorRefData.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 WireFormats.ActorRefData.Builder mergeFrom(com.google.protobuf.Message other)
           
 WireFormats.ActorRefData.Builder setPath(java.lang.String value)
          required string path = 1;
 WireFormats.ActorRefData.Builder setPathBytes(com.google.protobuf.ByteString value)
          required string path = 1;
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDescriptor

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

internalGetFieldAccessorTable

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

clear

public WireFormats.ActorRefData.Builder clear()

clone

public WireFormats.ActorRefData.Builder clone()

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()

getDefaultInstanceForType

public WireFormats.ActorRefData getDefaultInstanceForType()

build

public WireFormats.ActorRefData build()

buildPartial

public WireFormats.ActorRefData buildPartial()

mergeFrom

public WireFormats.ActorRefData.Builder mergeFrom(com.google.protobuf.Message other)

isInitialized

public final boolean isInitialized()

mergeFrom

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

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

setPath

public WireFormats.ActorRefData.Builder setPath(java.lang.String value)
required string path = 1;


clearPath

public WireFormats.ActorRefData.Builder clearPath()
required string path = 1;


setPathBytes

public WireFormats.ActorRefData.Builder setPathBytes(com.google.protobuf.ByteString value)
required string path = 1;