Package org.eclipse.net4j.jvm
Interface IJVMConnector
- 
- All Superinterfaces:
- org.eclipse.net4j.util.collection.Closeable,- IChannelMultiplexer,- IConnector,- org.eclipse.net4j.util.container.IContainer<IChannel>,- ILocationAware,- org.eclipse.net4j.util.event.INotifier,- org.eclipse.net4j.util.properties.IPropertiesContainer,- org.eclipse.net4j.util.security.IUserAware
 
 public interface IJVMConnector extends IConnector Aconnectorthat implements JVM-embedded transport.- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainerorg.eclipse.net4j.util.container.IContainer.Modifiable<E extends java.lang.Object>, org.eclipse.net4j.util.container.IContainer.Persistable<E extends java.lang.Object>, org.eclipse.net4j.util.container.IContainer.Persistence<E extends java.lang.Object>
 - 
Nested classes/interfaces inherited from interface org.eclipse.net4j.ILocationAwareILocationAware.Location
 
- 
 - 
Field Summary- 
Fields inherited from interface org.eclipse.net4j.channel.IChannelMultiplexerDEFAULT_OPEN_CHANNEL_TIMEOUT, NO_CHANNEL_TIMEOUT
 - 
Fields inherited from interface org.eclipse.net4j.connector.IConnectorNO_TIMEOUT
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()- 
Methods inherited from interface org.eclipse.net4j.channel.IChannelMultiplexergetChannels, getOpenChannelTimeout, openChannel, openChannel, openChannel, setOpenChannelTimeout
 - 
Methods inherited from interface org.eclipse.net4j.connector.IConnectorconnect, connect, connectAsync, getState, getURL, isConnected, waitForConnection
 - 
Methods inherited from interface org.eclipse.net4j.ILocationAwaregetLocation, isClient, isServer
 
- 
 
-