akka.remote
Class RemoteProtocol.PropsProtocol.Builder

java.lang.Object
  extended by 
      extended by akka.remote.RemoteProtocol.PropsProtocol.Builder
All Implemented Interfaces:
RemoteProtocol.PropsProtocolOrBuilder
Enclosing class:
RemoteProtocol.PropsProtocol

public static final class RemoteProtocol.PropsProtocol.Builder
extends
implements RemoteProtocol.PropsProtocolOrBuilder


Method Summary
 RemoteProtocol.PropsProtocol build()
           
 RemoteProtocol.PropsProtocol buildPartial()
           
 RemoteProtocol.PropsProtocol.Builder clear()
           
 RemoteProtocol.PropsProtocol.Builder clearCreator()
           
 RemoteProtocol.PropsProtocol.Builder clearDeploy()
           
 RemoteProtocol.PropsProtocol.Builder clearDispatcher()
           
 RemoteProtocol.PropsProtocol.Builder clearFromClassCreator()
           
 RemoteProtocol.PropsProtocol.Builder clearRouterConfig()
           
 RemoteProtocol.PropsProtocol.Builder clone()
           
 com.google.protobuf.ByteString getCreator()
           
 RemoteProtocol.PropsProtocol getDefaultInstanceForType()
           
 RemoteProtocol.DeployProtocol getDeploy()
           
 RemoteProtocol.DeployProtocol.Builder getDeployBuilder()
           
 RemoteProtocol.DeployProtocolOrBuilder getDeployOrBuilder()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 java.lang.String getDispatcher()
           
 java.lang.String getFromClassCreator()
           
 com.google.protobuf.ByteString getRouterConfig()
           
 boolean hasCreator()
           
 boolean hasDeploy()
           
 boolean hasDispatcher()
           
 boolean hasFromClassCreator()
           
 boolean hasRouterConfig()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 RemoteProtocol.PropsProtocol.Builder mergeDeploy(RemoteProtocol.DeployProtocol value)
           
 RemoteProtocol.PropsProtocol.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 RemoteProtocol.PropsProtocol.Builder mergeFrom(com.google.protobuf.Message other)
           
 RemoteProtocol.PropsProtocol.Builder setCreator(com.google.protobuf.ByteString value)
           
 RemoteProtocol.PropsProtocol.Builder setDeploy(RemoteProtocol.DeployProtocol.Builder builderForValue)
           
 RemoteProtocol.PropsProtocol.Builder setDeploy(RemoteProtocol.DeployProtocol value)
           
 RemoteProtocol.PropsProtocol.Builder setDispatcher(java.lang.String value)
           
 RemoteProtocol.PropsProtocol.Builder setFromClassCreator(java.lang.String value)
           
 RemoteProtocol.PropsProtocol.Builder setRouterConfig(com.google.protobuf.ByteString value)
           
 
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 RemoteProtocol.PropsProtocol.Builder clear()

clone

public RemoteProtocol.PropsProtocol.Builder clone()

getDescriptorForType

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

getDefaultInstanceForType

public RemoteProtocol.PropsProtocol getDefaultInstanceForType()

build

public RemoteProtocol.PropsProtocol build()

buildPartial

public RemoteProtocol.PropsProtocol buildPartial()

mergeFrom

public RemoteProtocol.PropsProtocol.Builder mergeFrom(com.google.protobuf.Message other)

isInitialized

public final boolean isInitialized()

mergeFrom

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

hasDispatcher

public boolean hasDispatcher()
Specified by:
hasDispatcher in interface RemoteProtocol.PropsProtocolOrBuilder

getDispatcher

public java.lang.String getDispatcher()
Specified by:
getDispatcher in interface RemoteProtocol.PropsProtocolOrBuilder

setDispatcher

public RemoteProtocol.PropsProtocol.Builder setDispatcher(java.lang.String value)

clearDispatcher

public RemoteProtocol.PropsProtocol.Builder clearDispatcher()

hasDeploy

public boolean hasDeploy()
Specified by:
hasDeploy in interface RemoteProtocol.PropsProtocolOrBuilder

getDeploy

public RemoteProtocol.DeployProtocol getDeploy()
Specified by:
getDeploy in interface RemoteProtocol.PropsProtocolOrBuilder

setDeploy

public RemoteProtocol.PropsProtocol.Builder setDeploy(RemoteProtocol.DeployProtocol value)

setDeploy

public RemoteProtocol.PropsProtocol.Builder setDeploy(RemoteProtocol.DeployProtocol.Builder builderForValue)

mergeDeploy

public RemoteProtocol.PropsProtocol.Builder mergeDeploy(RemoteProtocol.DeployProtocol value)

clearDeploy

public RemoteProtocol.PropsProtocol.Builder clearDeploy()

getDeployBuilder

public RemoteProtocol.DeployProtocol.Builder getDeployBuilder()

getDeployOrBuilder

public RemoteProtocol.DeployProtocolOrBuilder getDeployOrBuilder()
Specified by:
getDeployOrBuilder in interface RemoteProtocol.PropsProtocolOrBuilder

hasFromClassCreator

public boolean hasFromClassCreator()
Specified by:
hasFromClassCreator in interface RemoteProtocol.PropsProtocolOrBuilder

getFromClassCreator

public java.lang.String getFromClassCreator()
Specified by:
getFromClassCreator in interface RemoteProtocol.PropsProtocolOrBuilder

setFromClassCreator

public RemoteProtocol.PropsProtocol.Builder setFromClassCreator(java.lang.String value)

clearFromClassCreator

public RemoteProtocol.PropsProtocol.Builder clearFromClassCreator()

hasCreator

public boolean hasCreator()
Specified by:
hasCreator in interface RemoteProtocol.PropsProtocolOrBuilder

getCreator

public com.google.protobuf.ByteString getCreator()
Specified by:
getCreator in interface RemoteProtocol.PropsProtocolOrBuilder

setCreator

public RemoteProtocol.PropsProtocol.Builder setCreator(com.google.protobuf.ByteString value)

clearCreator

public RemoteProtocol.PropsProtocol.Builder clearCreator()

hasRouterConfig

public boolean hasRouterConfig()
Specified by:
hasRouterConfig in interface RemoteProtocol.PropsProtocolOrBuilder

getRouterConfig

public com.google.protobuf.ByteString getRouterConfig()
Specified by:
getRouterConfig in interface RemoteProtocol.PropsProtocolOrBuilder

setRouterConfig

public RemoteProtocol.PropsProtocol.Builder setRouterConfig(com.google.protobuf.ByteString value)

clearRouterConfig

public RemoteProtocol.PropsProtocol.Builder clearRouterConfig()