Components.externalUpdatesOnly()
instead of referring to this implementation class directly.@Deprecated public static final class UpdateProcessor.NullUpdateProcessor extends java.lang.Object implements UpdateProcessor
UpdateProcessor
that does nothing.UpdateProcessor.NullUpdateProcessor
Constructor and Description |
---|
NullUpdateProcessor()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Deprecated.
Tells the component to shut down and release any resources it is using.
|
boolean |
initialized()
Deprecated.
Returns true once the client has been initialized and will never return false again.
|
java.util.concurrent.Future<java.lang.Void> |
start()
Deprecated.
Starts the client.
|
public java.util.concurrent.Future<java.lang.Void> start()
UpdateProcessor
start
in interface UpdateProcessor
Future
's completion status indicates the client has been initialized.public boolean initialized()
UpdateProcessor
initialized
in interface UpdateProcessor
public void close() throws java.io.IOException
UpdateProcessor
close
in interface UpdateProcessor
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
java.io.IOException
- if there is an error while closing