public interface WsnOptimizedJndiContext
Modifier and Type | Method and Description |
---|---|
WsnBatchModeContext |
getBatchModeContext()
Returns the WsnBatchModeContext implementation of the current context.
|
boolean |
isLocal()
Tests whether name server calls are local or remote.
|
boolean |
supportsBatchMode()
Used to indicate if this context provides support for
batch mode.
|
boolean supportsBatchMode()
WsnBatchModeContext getBatchModeContext() throws javax.naming.NamingException
javax.naming.NamingException
- If the target name server for this context doesn't support batch mode,
or if the context object itself cannot be cloned as a WsnBatchModeContext.boolean isLocal()