Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


com.tangosol.net
Interface OperationalContext


public interface OperationalContext

OperationalContext is an interface for providing Oracle Coherence operational configuration.

Since:
Coherence 3.7
Author:
lh 2010.10.29

Method Summary
 int getEdition()
          Get the product edition.
 java.lang.String getEditionName()
          Get the product edition in a formatted string.
 java.util.Map getFilterMap()
          Return a Map of network filter factories.
 IdentityAsserter getIdentityAsserter()
          Return an IdentityAsserter that can be used to establish a user's identity.
 IdentityTransformer getIdentityTransformer()
          Return an IdentityTransformer that can be used to transform a Subject into an identity assertion.
 Member getLocalMember()
          Return a Member object representing this process.
 java.util.Map getSerializerMap()
          Return a Map of serializer factories.
 SocketProviderFactory getSocketProviderFactory()
          Return a SocketProviderFactory.
 boolean isSubjectScopingEnabled()
          Indicates if Subject scoping is enabled.

 

Method Detail

getEdition

int getEdition()
Get the product edition.
Returns:
the product edition

getEditionName

java.lang.String getEditionName()
Get the product edition in a formatted string.
Returns:
the product edition in a formatted string

getLocalMember

Member getLocalMember()
Return a Member object representing this process.
Returns:
the local Member

getFilterMap

java.util.Map getFilterMap()
Return a Map of network filter factories.
Returns:
a Map of WrapperStreamFactory instances keyed by filter name

getSerializerMap

java.util.Map getSerializerMap()
Return a Map of serializer factories.
Returns:
a Map of SerializerFactory instances keyed by serializer name

getSocketProviderFactory

SocketProviderFactory getSocketProviderFactory()
Return a SocketProviderFactory.
Returns:
a SocketProviderFactory

getIdentityAsserter

IdentityAsserter getIdentityAsserter()
Return an IdentityAsserter that can be used to establish a user's identity.
Returns:
the IdentityAsserter

getIdentityTransformer

IdentityTransformer getIdentityTransformer()
Return an IdentityTransformer that can be used to transform a Subject into an identity assertion.
Returns:
the IdentityTransformer

isSubjectScopingEnabled

boolean isSubjectScopingEnabled()
Indicates if Subject scoping is enabled.
Returns:
true if subject scoping is enabled

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


Copyright © 2000, 2011, Oracle and/or its affiliates. All rights reserved.