org.eclipse.net4j.jvm
Interface IJVMConnector

All Superinterfaces:
Closeable, IChannelMultiplexer, IConnector, IContainer<IChannel>, ILocationAware, INotifier, IUserAware

public interface IJVMConnector
extends IConnector

A connector that implements JVM-embedded transport.

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.ILocationAware
ILocationAware.Location
 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainer
IContainer.Modifiable<E>
 
Field Summary
 
Fields inherited from interface org.eclipse.net4j.connector.IConnector
NO_TIMEOUT
 
Fields inherited from interface org.eclipse.net4j.channel.IChannelMultiplexer
DEFAULT_OPEN_CHANNEL_TIMEOUT, NO_CHANNEL_TIMEOUT
 
Method Summary
 String getName()
           
 
Methods inherited from interface org.eclipse.net4j.connector.IConnector
connect, connect, connectAsync, getState, getURL, isConnected, waitForConnection
 
Methods inherited from interface org.eclipse.net4j.channel.IChannelMultiplexer
getChannels, getOpenChannelTimeout, openChannel, openChannel, openChannel, setOpenChannelTimeout
 
Methods inherited from interface org.eclipse.net4j.ILocationAware
getLocation, isClient, isServer
 
Methods inherited from interface org.eclipse.net4j.util.container.IContainer
getElements, isEmpty
 
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
 
Methods inherited from interface org.eclipse.net4j.util.security.IUserAware
getUserID
 
Methods inherited from interface org.eclipse.net4j.util.collection.Closeable
close, isClosed
 

Method Detail

getName

String getName()


Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.