Uses of Enum Class
com.jme3.network.service.rmi.CallType
Packages that use CallType
-
Uses of CallType in com.jme3.network.service.rmi
Methods in com.jme3.network.service.rmi that return CallTypeModifier and TypeMethodDescriptionMethodInfo.getCallType()static CallTypeMethodInfo.getCallType(Method m) static CallTypeReturns the enum constant of this class with the specified name.static CallType[]CallType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.jme3.network.service.rmi with parameters of type CallTypeModifier and TypeMethodDescriptionprotected ObjectRmiRegistry.invokeRemote(byte channel, short objectId, short procId, CallType callType, Object[] args)