Uses of Interface
org.praxislive.core.Protocol
-
Packages that use Protocol Package Description org.praxislive.code org.praxislive.core org.praxislive.core.protocols org.praxislive.core.services -
-
Uses of Protocol in org.praxislive.code
Classes in org.praxislive.code that implement Protocol Modifier and Type Class Description classCodeCompilerServiceclassCodeComponentFactoryServiceclassCodeContextFactoryServiceAServicefor creating newCodeContext.classSharedCodeServiceAServicefor handling shared code updates and creating dependentCodeContext. -
Uses of Protocol in org.praxislive.core
Classes in org.praxislive.core with type parameters of type Protocol Modifier and Type Class Description static classProtocol.Type<T extends Protocol>Methods in org.praxislive.core with type parameters of type Protocol Modifier and Type Method Description static <T extends Protocol>
Protocol.Type<T>Protocol.Type. of(Class<T> cls)Methods in org.praxislive.core that return types with arguments of type Protocol Modifier and Type Method Description static Optional<Protocol.Type<? extends Protocol>>Protocol.Type. fromName(String name)Stream<Class<? extends Protocol>>ComponentInfo. protocols()Method parameters in org.praxislive.core with type arguments of type Protocol Modifier and Type Method Description booleanComponentInfo. hasProtocol(Class<? extends Protocol> protocol)Info.ComponentInfoBuilderInfo.ComponentInfoBuilder. protocol(Class<? extends Protocol> protocol)Add a protocol. -
Uses of Protocol in org.praxislive.core.protocols
Classes in org.praxislive.core.protocols that implement Protocol Modifier and Type Class Description classComponentProtocolclassContainerProtocolclassStartableProtocol -
Uses of Protocol in org.praxislive.core.services
Subinterfaces of Protocol in org.praxislive.core.services Modifier and Type Interface Description interfaceServiceClasses in org.praxislive.core.services that implement Protocol Modifier and Type Class Description classComponentFactoryServiceclassLogServiceclassRootFactoryServiceclassRootManagerServiceclassScriptServiceclassSystemManagerServiceclassTaskService
-