Uses of Class
septogeddon.pluginquery.library.remote.ClassRegistry
-
Uses of ClassRegistry in septogeddon.pluginquery.library.remote
Modifier and TypeMethodDescriptionRemoteObject.getClassRegistry()
Get the class registryRemoteObjectProvider.getRegistry()
Get the current class registry for this providerModifier and TypeMethodDescriptionRemoteArray.findAvailableComponent
(ClassRegistry registry) TypeHint.findAvailableRelatedClasses
(ClassRegistry registry) void
RemoteObjectProvider.setRegistry
(ClassRegistry registry) Set class registry for this provider.ModifierConstructorDescriptionRemoteObject
(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