akka.remote
Interface RemoteProtocol.DaemonMsgCreateProtocolOrBuilder

All Known Implementing Classes:
RemoteProtocol.DaemonMsgCreateProtocol, RemoteProtocol.DaemonMsgCreateProtocol.Builder
Enclosing class:
RemoteProtocol

public static interface RemoteProtocol.DaemonMsgCreateProtocolOrBuilder


Method Summary
 RemoteProtocol.DeployProtocol getDeploy()
           
 RemoteProtocol.DeployProtocolOrBuilder getDeployOrBuilder()
           
 java.lang.String getPath()
           
 RemoteProtocol.PropsProtocol getProps()
           
 RemoteProtocol.PropsProtocolOrBuilder getPropsOrBuilder()
           
 RemoteProtocol.ActorRefProtocol getSupervisor()
           
 RemoteProtocol.ActorRefProtocolOrBuilder getSupervisorOrBuilder()
           
 boolean hasDeploy()
           
 boolean hasPath()
           
 boolean hasProps()
           
 boolean hasSupervisor()
           
 

Method Detail

hasProps

boolean hasProps()

getProps

RemoteProtocol.PropsProtocol getProps()

getPropsOrBuilder

RemoteProtocol.PropsProtocolOrBuilder getPropsOrBuilder()

hasDeploy

boolean hasDeploy()

getDeploy

RemoteProtocol.DeployProtocol getDeploy()

getDeployOrBuilder

RemoteProtocol.DeployProtocolOrBuilder getDeployOrBuilder()

hasPath

boolean hasPath()

getPath

java.lang.String getPath()

hasSupervisor

boolean hasSupervisor()

getSupervisor

RemoteProtocol.ActorRefProtocol getSupervisor()

getSupervisorOrBuilder

RemoteProtocol.ActorRefProtocolOrBuilder getSupervisorOrBuilder()