public interface TransportRegistry extends Remote
| Modifier and Type | Field and Description |
|---|---|
static String |
MB_RMI_TRANSPORT_REGISTRY_KEY |
static int |
RMI_PORT |
| Modifier and Type | Method and Description |
|---|---|
AccessTransport |
find(String typeName) |
Map<String,PropertyDescriptor> |
getProperties(String typeName) |
Map<String,AccessTransport> |
getTransports() |
Map<String,String> |
getTransportTypes() |
Map<String,org.apache.commons.lang3.tuple.Pair<String,String>> |
getViews() |
void |
produceEvent(MarshalledObject<Message> message,
Object transportId,
Object contextId,
String sessionId) |
void |
produceEvent(String typeName,
MarshalledObject<Message> message,
StorableDescriptor triggerConfigurationDescriptor,
String sessionId) |
void |
register(AccessTransport accessTransport) |
void |
unregister(String typeName) |
static final String MB_RMI_TRANSPORT_REGISTRY_KEY
static final int RMI_PORT
void register(AccessTransport accessTransport) throws RemoteException
RemoteExceptionvoid unregister(String typeName) throws RemoteException
RemoteExceptionvoid produceEvent(MarshalledObject<Message> message, Object transportId, Object contextId, String sessionId) throws RemoteException
RemoteExceptionvoid produceEvent(String typeName, MarshalledObject<Message> message, StorableDescriptor triggerConfigurationDescriptor, String sessionId) throws RemoteException
RemoteExceptionAccessTransport find(String typeName) throws RemoteException, NoDeployedTransportException
Map<String,PropertyDescriptor> getProperties(String typeName) throws RemoteException
RemoteExceptionMap<String,AccessTransport> getTransports() throws RemoteException
RemoteExceptionMap<String,String> getTransportTypes() throws RemoteException
RemoteExceptionMap<String,org.apache.commons.lang3.tuple.Pair<String,String>> getViews() throws RemoteException
RemoteExceptionCopyright © 2025. All rights reserved.