public interface ViewContext
Modifier and Type | Interface and Description |
---|---|
static class |
ViewContext.Type |
Modifier and Type | Method and Description |
---|---|
TemporaryView |
findTemporaryView(short classindex,
int instanceindex) |
EndpointManager |
getEndpointManager() |
int |
getProviderId() |
View |
getSessionOrGlobalView(short classindex) |
ViewContext.Type |
getType() |
void |
sendMessage(View view,
java.lang.String msg) |
View getSessionOrGlobalView(short classindex)
TemporaryView findTemporaryView(short classindex, int instanceindex)
EndpointManager getEndpointManager()
int getProviderId()
ViewContext.Type getType()
void sendMessage(View view, java.lang.String msg) throws java.lang.InstantiationException, SizePolicyException, CodecException
java.lang.InstantiationException
SizePolicyException
CodecException