akka.remote
Class RemoteProtocol.DaemonMsgCreateProtocol

java.lang.Object
  extended by com.google.protobuf.GeneratedMessage
      extended by akka.remote.RemoteProtocol.DaemonMsgCreateProtocol
All Implemented Interfaces:
RemoteProtocol.DaemonMsgCreateProtocolOrBuilder
Enclosing class:
RemoteProtocol

public static final class RemoteProtocol.DaemonMsgCreateProtocol
extends com.google.protobuf.GeneratedMessage
implements RemoteProtocol.DaemonMsgCreateProtocolOrBuilder


Nested Class Summary
static class RemoteProtocol.DaemonMsgCreateProtocol.Builder
           
 
Field Summary
static int DEPLOY_FIELD_NUMBER
           
static int PATH_FIELD_NUMBER
           
static int PROPS_FIELD_NUMBER
           
static int SUPERVISOR_FIELD_NUMBER
           
 
Method Summary
static RemoteProtocol.DaemonMsgCreateProtocol getDefaultInstance()
           
 RemoteProtocol.DaemonMsgCreateProtocol getDefaultInstanceForType()
           
 RemoteProtocol.DeployProtocol getDeploy()
           
 RemoteProtocol.DeployProtocolOrBuilder getDeployOrBuilder()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 java.lang.String getPath()
           
 RemoteProtocol.PropsProtocol getProps()
           
 RemoteProtocol.PropsProtocolOrBuilder getPropsOrBuilder()
           
 int getSerializedSize()
           
 RemoteProtocol.ActorRefProtocol getSupervisor()
           
 RemoteProtocol.ActorRefProtocolOrBuilder getSupervisorOrBuilder()
           
 boolean hasDeploy()
           
 boolean hasPath()
           
 boolean hasProps()
           
 boolean hasSupervisor()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static RemoteProtocol.DaemonMsgCreateProtocol.Builder newBuilder()
           
static RemoteProtocol.DaemonMsgCreateProtocol.Builder newBuilder(RemoteProtocol.DaemonMsgCreateProtocol prototype)
           
 RemoteProtocol.DaemonMsgCreateProtocol.Builder newBuilderForType()
           
protected  RemoteProtocol.DaemonMsgCreateProtocol.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static RemoteProtocol.DaemonMsgCreateProtocol parseDelimitedFrom(java.io.InputStream input)
           
static RemoteProtocol.DaemonMsgCreateProtocol parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.DaemonMsgCreateProtocol parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.DaemonMsgCreateProtocol parseFrom(com.google.protobuf.ByteString data)
           
static RemoteProtocol.DaemonMsgCreateProtocol parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.DaemonMsgCreateProtocol parseFrom(com.google.protobuf.CodedInputStream input)
           
static RemoteProtocol.DaemonMsgCreateProtocol parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.DaemonMsgCreateProtocol parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 RemoteProtocol.DaemonMsgCreateProtocol.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

PROPS_FIELD_NUMBER

public static final int PROPS_FIELD_NUMBER
See Also:
Constant Field Values

DEPLOY_FIELD_NUMBER

public static final int DEPLOY_FIELD_NUMBER
See Also:
Constant Field Values

PATH_FIELD_NUMBER

public static final int PATH_FIELD_NUMBER
See Also:
Constant Field Values

SUPERVISOR_FIELD_NUMBER

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

getDefaultInstance

public static RemoteProtocol.DaemonMsgCreateProtocol getDefaultInstance()

getDefaultInstanceForType

public RemoteProtocol.DaemonMsgCreateProtocol getDefaultInstanceForType()

getDescriptor

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

internalGetFieldAccessorTable

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

hasProps

public boolean hasProps()
Specified by:
hasProps in interface RemoteProtocol.DaemonMsgCreateProtocolOrBuilder

getProps

public RemoteProtocol.PropsProtocol getProps()
Specified by:
getProps in interface RemoteProtocol.DaemonMsgCreateProtocolOrBuilder

getPropsOrBuilder

public RemoteProtocol.PropsProtocolOrBuilder getPropsOrBuilder()
Specified by:
getPropsOrBuilder in interface RemoteProtocol.DaemonMsgCreateProtocolOrBuilder

hasDeploy

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

getDeploy

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

getDeployOrBuilder

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

hasPath

public boolean hasPath()
Specified by:
hasPath in interface RemoteProtocol.DaemonMsgCreateProtocolOrBuilder

getPath

public java.lang.String getPath()
Specified by:
getPath in interface RemoteProtocol.DaemonMsgCreateProtocolOrBuilder

hasSupervisor

public boolean hasSupervisor()
Specified by:
hasSupervisor in interface RemoteProtocol.DaemonMsgCreateProtocolOrBuilder

getSupervisor

public RemoteProtocol.ActorRefProtocol getSupervisor()
Specified by:
getSupervisor in interface RemoteProtocol.DaemonMsgCreateProtocolOrBuilder

getSupervisorOrBuilder

public RemoteProtocol.ActorRefProtocolOrBuilder getSupervisorOrBuilder()
Specified by:
getSupervisorOrBuilder in interface RemoteProtocol.DaemonMsgCreateProtocolOrBuilder

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

parseFrom

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

parseFrom

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

parseFrom

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

parseDelimitedFrom

public static RemoteProtocol.DaemonMsgCreateProtocol parseDelimitedFrom(java.io.InputStream input)
                                                                 throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static RemoteProtocol.DaemonMsgCreateProtocol.Builder newBuilder()

newBuilderForType

public RemoteProtocol.DaemonMsgCreateProtocol.Builder newBuilderForType()

newBuilder

public static RemoteProtocol.DaemonMsgCreateProtocol.Builder newBuilder(RemoteProtocol.DaemonMsgCreateProtocol prototype)

toBuilder

public RemoteProtocol.DaemonMsgCreateProtocol.Builder toBuilder()

newBuilderForType

protected RemoteProtocol.DaemonMsgCreateProtocol.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)