|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITunnel | |
org.caleigo.core | |
org.caleigo.security | |
org.caleigo.service | |
org.caleigo.toolkit.tunnel |
Uses of ITunnel in org.caleigo.core |
Fields in org.caleigo.core declared as ITunnel | |
protected ITunnel |
TunneledDataService.mTunnel
|
protected ITunnel |
TunneledDataService.TunneledDataTransaction.mTunnel
|
Methods in org.caleigo.core with parameters of type ITunnel | |
void |
TunneledDataService.reconnect(ITunnel tunnel)
Tries to reconnect to the provided service. |
void |
TunneledDataService.setServiceTunnel(ITunnel tunnel)
Sets the ITunnel that should be used by this IProxyService. |
IProxyService |
AbstractDataService.getCustomProxyService(ITunnel tunnel)
Returns an IProxyService that is responsible for handling remote invokations of this service. |
Constructors in org.caleigo.core with parameters of type ITunnel | |
TunneledDataService(java.lang.Object serviceType,
java.lang.Object serviceIdentity,
IDataSourceDescriptor dataSourceDescriptor,
ITunnel tunnel)
|
|
TunneledDataService.TunneledDataTransaction(int timeout,
java.lang.Class serviceInterfaceClass,
java.lang.Object serviceType,
java.lang.Object serviceIdentity,
ITunnel tunnel)
|
Uses of ITunnel in org.caleigo.security |
Fields in org.caleigo.security declared as ITunnel | |
protected ITunnel |
LoginService.LoginProxyService.mTunnel
|
Methods in org.caleigo.security with parameters of type ITunnel | |
IProxyService |
LoginService.getCustomProxyService(ITunnel tunnel)
Returns an IProxyService that is responsible for handling remote invokations of this service. |
void |
LoginService.LoginProxyService.reconnect(ITunnel tunnel)
Tries to reconnect to the provided service. |
void |
LoginService.LoginProxyService.setServiceTunnel(ITunnel tunnel)
Sets the ITunnel that should be used by this IProxyService. |
Constructors in org.caleigo.security with parameters of type ITunnel | |
LoginService.LoginProxyService(java.lang.Object serviceIdentity,
ITunnel tunnel)
|
Uses of ITunnel in org.caleigo.service |
Methods in org.caleigo.service with parameters of type ITunnel | |
protected void |
ServiceProviderServer.MessageConsumer.setServiceTunnel(ITunnel tunnel)
|
IProxyService |
ServiceProviderServer.MessageConsumer.ProxyService.getCustomProxyService(ITunnel tunnel)
Returns an IProxyService that is responsible for handling remote invokations of this service. |
void |
ServiceProviderServer.MessageConsumer.ProxyService.reconnect(ITunnel tunnel)
Tries to reconnect to the provided service. |
void |
ServiceProviderServer.MessageConsumer.ProxyService.setServiceTunnel(ITunnel tunnel)
Sets the ITunnel that should be used by this IProxyService. |
void |
ServiceProvider.addTunnel(ITunnel tunnel)
Adds a tunnel that can be used by this ServiceProvider to access remote service providers. |
void |
ServiceProvider.removeTunnel(ITunnel tunnel)
|
IProxyService |
IService.getCustomProxyService(ITunnel tunnel)
Returns an IProxyService that is responsible for handling remote invokations on this service. |
void |
IProxyService.reconnect(ITunnel tunnel)
Tries to reconnect to the provided service. |
void |
IProxyService.setServiceTunnel(ITunnel tunnel)
Sets the ITunnel that should be used by this IProxyService. |
Constructors in org.caleigo.service with parameters of type ITunnel | |
ServiceProviderServer.MessageConsumer(ITunnel tunnel)
|
Uses of ITunnel in org.caleigo.toolkit.tunnel |
Classes in org.caleigo.toolkit.tunnel that implement ITunnel | |
class |
AbstractTunnel
Abstract class that implements most of the functinallity needed by an ITunnel. |
class |
HTTPTunnel
|
class |
SocketTunnel
|
Fields in org.caleigo.toolkit.tunnel declared as ITunnel | |
protected ITunnel |
ProxyHandler.mTunnel
|
Methods in org.caleigo.toolkit.tunnel that return ITunnel | |
ITunnel |
TunnelServerEvent.getTunnel()
|
ITunnel |
TunnelEvent.getSourceTunnel()
|
ITunnel |
ProxyHandler.getTunnel()
|
ITunnel |
ITunnelServer.getTunnel(int index)
Returns the ITunnel with the provided index. |
ITunnel |
AbstractTunnelServer.getTunnel(int index)
Returns the ITunnel with the provided index. |
Methods in org.caleigo.toolkit.tunnel with parameters of type ITunnel | |
protected void |
HTTPTunnelServer.doOnTunnelClosed(ITunnel tunnel)
|
protected void |
AbstractTunnelServer.addTunnel(ITunnel tunnel)
|
protected void |
AbstractTunnelServer.removeTunnel(ITunnel tunnel)
|
protected void |
AbstractTunnelServer.fireTunnelAddedEvent(ITunnel tunnel)
|
protected void |
AbstractTunnelServer.fireTunnelRemovedEvent(ITunnel tunnel)
|
protected void |
AbstractTunnelServer.setUpTunnel(java.lang.Object connectionMessage,
ITunnel tunnel)
Try to set up the provided ITunnel based on the information contined in the connection message. |
Constructors in org.caleigo.toolkit.tunnel with parameters of type ITunnel | |
TunnelServerEvent(ITunnelServer source,
int eventType,
ITunnel tunnel)
|
|
TunnelEvent(ITunnel source,
int eventType)
|
|
ProxyHandler(ITunnel tunnel)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |