akka.remote
Interface WireFormats.PropsDataOrBuilder

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

public static interface WireFormats.PropsDataOrBuilder


Method Summary
 com.google.protobuf.ByteString getArgs(int index)
           
 int getArgsCount()
           
 java.util.List<com.google.protobuf.ByteString> getArgsList()
           
 java.lang.String getClasses(int index)
           
 int getClassesCount()
           
 java.util.List<java.lang.String> getClassesList()
           
 java.lang.String getClazz()
           
 WireFormats.DeployData getDeploy()
           
 WireFormats.DeployDataOrBuilder getDeployOrBuilder()
           
 boolean hasClazz()
           
 boolean hasDeploy()
           
 

Method Detail

hasDeploy

boolean hasDeploy()

getDeploy

WireFormats.DeployData getDeploy()

getDeployOrBuilder

WireFormats.DeployDataOrBuilder getDeployOrBuilder()

hasClazz

boolean hasClazz()

getClazz

java.lang.String getClazz()

getArgsList

java.util.List<com.google.protobuf.ByteString> getArgsList()

getArgsCount

int getArgsCount()

getArgs

com.google.protobuf.ByteString getArgs(int index)

getClassesList

java.util.List<java.lang.String> getClassesList()

getClassesCount

int getClassesCount()

getClasses

java.lang.String getClasses(int index)