public class DiMeRemoteEventChannelRMISupport extends Object implements net.anotheria.anoprise.eventservice.RemoteEventChannelSupportFactory, net.anotheria.anoprise.eventservice.EventServiceListener
| Modifier and Type | Method and Description |
|---|---|
void |
channelCreated(String channelName,
net.anotheria.anoprise.eventservice.ProxyType type) |
void |
channelDestroyed(String channelName,
net.anotheria.anoprise.eventservice.ProxyType type) |
net.anotheria.anoprise.eventservice.RemoteEventChannelConsumerProxy |
createRemoteEventChannelConsumerProxy(String channelName) |
net.anotheria.anoprise.eventservice.RemoteEventChannelSupplierProxy |
createRemoteEventChannelSupplierProxy(String channelName) |
void |
deliverEvent(net.anotheria.anoprise.eventservice.EventTransportShell shell) |
protected ServiceDescriptor |
getHomeReference() |
static void |
initEventService()
Called to initialize eventservice remoting.
|
protected ServiceDescriptor getHomeReference()
public net.anotheria.anoprise.eventservice.RemoteEventChannelConsumerProxy createRemoteEventChannelConsumerProxy(String channelName)
createRemoteEventChannelConsumerProxy in interface net.anotheria.anoprise.eventservice.RemoteEventChannelSupportFactorypublic net.anotheria.anoprise.eventservice.RemoteEventChannelSupplierProxy createRemoteEventChannelSupplierProxy(String channelName)
createRemoteEventChannelSupplierProxy in interface net.anotheria.anoprise.eventservice.RemoteEventChannelSupportFactorypublic void channelCreated(String channelName, net.anotheria.anoprise.eventservice.ProxyType type)
channelCreated in interface net.anotheria.anoprise.eventservice.EventServiceListenerpublic void channelDestroyed(String channelName, net.anotheria.anoprise.eventservice.ProxyType type)
channelDestroyed in interface net.anotheria.anoprise.eventservice.EventServiceListenerpublic static final void initEventService()
public void deliverEvent(net.anotheria.anoprise.eventservice.EventTransportShell shell)
Copyright © 2010-2014 anotheria.net. All Rights Reserved.