Uses of Class
septogeddon.pluginquery.library.remote.ClassRegistry
Packages that use ClassRegistry
-
Uses of ClassRegistry in septogeddon.pluginquery.library.remote
Fields in septogeddon.pluginquery.library.remote declared as ClassRegistryMethods in septogeddon.pluginquery.library.remote that return ClassRegistryModifier and TypeMethodDescriptionRemoteObject.getClassRegistry()
Get the class registryRemoteObjectProvider.getRegistry()
Get the current class registry for this providerMethods in septogeddon.pluginquery.library.remote with parameters of type ClassRegistryModifier and TypeMethodDescriptionRemoteArray.findAvailableComponent
(ClassRegistry registry) TypeHint.findAvailableRelatedClasses
(ClassRegistry registry) void
RemoteObjectProvider.setRegistry
(ClassRegistry registry) Set class registry for this provider.Constructors in septogeddon.pluginquery.library.remote with parameters of type ClassRegistryModifierConstructorDescriptionRemoteObject
(String channel, QueryConnection connection, Class<T> clazz, ClassRegistry registry) Initialize RemoteObject and act as Object ReceiverRemoteObject
(String channel, QueryConnection connection, T object, ClassRegistry registry) Initialize RemoteObject and act as Object Sender