akka.remote
Interface WireFormats.DaemonMsgCreateDataOrBuilder

All Known Implementing Classes:
WireFormats.DaemonMsgCreateData, WireFormats.DaemonMsgCreateData.Builder
Enclosing class:
WireFormats

public static interface WireFormats.DaemonMsgCreateDataOrBuilder


Method Summary
 WireFormats.DeployData getDeploy()
           
 WireFormats.DeployDataOrBuilder getDeployOrBuilder()
           
 java.lang.String getPath()
           
 WireFormats.PropsData getProps()
           
 WireFormats.PropsDataOrBuilder getPropsOrBuilder()
           
 WireFormats.ActorRefData getSupervisor()
           
 WireFormats.ActorRefDataOrBuilder getSupervisorOrBuilder()
           
 boolean hasDeploy()
           
 boolean hasPath()
           
 boolean hasProps()
           
 boolean hasSupervisor()
           
 

Method Detail

hasProps

boolean hasProps()

getProps

WireFormats.PropsData getProps()

getPropsOrBuilder

WireFormats.PropsDataOrBuilder getPropsOrBuilder()

hasDeploy

boolean hasDeploy()

getDeploy

WireFormats.DeployData getDeploy()

getDeployOrBuilder

WireFormats.DeployDataOrBuilder getDeployOrBuilder()

hasPath

boolean hasPath()

getPath

java.lang.String getPath()

hasSupervisor

boolean hasSupervisor()

getSupervisor

WireFormats.ActorRefData getSupervisor()

getSupervisorOrBuilder

WireFormats.ActorRefDataOrBuilder getSupervisorOrBuilder()