|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.omg.CORBA.LocalObject
demo.interceptor.ContextInspector
public class ContextInspector
Classe responsável por manipular as informações extras enviadas através do
ServiceContext nas chamadas CORBA.
| Field Summary | |
|---|---|
static String |
INITIAL_REFERENCE_ID
Nome referência para acessar este objeto através do ORB. |
| Method Summary | |
|---|---|
void |
clearContextInformation()
Limpa a informação a ser associada ao contexto das chamadas CORBA. |
String |
getContextInformation()
Recupera a informação que foi embutida no contexto da chamada. |
static ContextInspector |
getContextInspector(ORB orb)
Recupera a referência para o ContextInspector à partir do ORB. |
ORB |
getORB()
Recupera o ORB ao qual esta classe esta associada |
void |
setContextInformation(String info)
Configura a informação a ser embutida no contexto da chamada. |
| Methods inherited from class org.omg.CORBA.LocalObject |
|---|
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String INITIAL_REFERENCE_ID
ORB.
| Method Detail |
|---|
public ORB getORB()
public String getContextInformation()
public void setContextInformation(String info)
info - a informação.public void clearContextInformation()
public static ContextInspector getContextInspector(ORB orb)
ContextInspector à partir do ORB.
orb - o ORB,
ContextInspector
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||