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()
          required .DeployData deploy = 2;
 WireFormats.DeployDataOrBuilder getDeployOrBuilder()
          required .DeployData deploy = 2;
 java.lang.String getPath()
          required string path = 3;
 com.google.protobuf.ByteString getPathBytes()
          required string path = 3;
 WireFormats.PropsData getProps()
          required .PropsData props = 1;
 WireFormats.PropsDataOrBuilder getPropsOrBuilder()
          required .PropsData props = 1;
 WireFormats.ActorRefData getSupervisor()
          required .ActorRefData supervisor = 4;
 WireFormats.ActorRefDataOrBuilder getSupervisorOrBuilder()
          required .ActorRefData supervisor = 4;
 boolean hasDeploy()
          required .DeployData deploy = 2;
 boolean hasPath()
          required string path = 3;
 boolean hasProps()
          required .PropsData props = 1;
 boolean hasSupervisor()
          required .ActorRefData supervisor = 4;
 

Method Detail

hasProps

boolean hasProps()
required .PropsData props = 1;


getProps

WireFormats.PropsData getProps()
required .PropsData props = 1;


getPropsOrBuilder

WireFormats.PropsDataOrBuilder getPropsOrBuilder()
required .PropsData props = 1;


hasDeploy

boolean hasDeploy()
required .DeployData deploy = 2;


getDeploy

WireFormats.DeployData getDeploy()
required .DeployData deploy = 2;


getDeployOrBuilder

WireFormats.DeployDataOrBuilder getDeployOrBuilder()
required .DeployData deploy = 2;


hasPath

boolean hasPath()
required string path = 3;


getPath

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


getPathBytes

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


hasSupervisor

boolean hasSupervisor()
required .ActorRefData supervisor = 4;


getSupervisor

WireFormats.ActorRefData getSupervisor()
required .ActorRefData supervisor = 4;


getSupervisorOrBuilder

WireFormats.ActorRefDataOrBuilder getSupervisorOrBuilder()
required .ActorRefData supervisor = 4;