Package org.eclipse.net4j
Schnittstelle ILocationAware
- Alle bekannten Unterschnittstellen:
IChannel
,IChannelMultiplexer
,IConnector
,IJVMChannel
,IJVMConnector
,InternalChannel
,InternalChannelMultiplexer
,InternalConnector
,IProtocol<INFRA_STRUCTURE>
,IProtocol2<INFRA_STRUCTURE>
,IProtocol3<INFRA_STRUCTURE>
,IServerConnector
,ISignalProtocol<INFRA_STRUCTURE>
,ISignalProtocol.WithSignalCounters<INFRA_STRUCTURE>
,ITCPConnector
,IWSConnector
- Alle bekannten Implementierungsklassen:
AuthenticatingSignalProtocol
,Channel
,ChannelMultiplexer
,Connector
,HeartBeatProtocol
,HeartBeatProtocol.Server
,Protocol
,SignalProtocol
public interface ILocationAware
- Seit:
- 2.0
- Autor:
- Eike Stepper
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypSchnittstelleBeschreibungstatic enum
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
isClient()
Same as
.getLocation()
==ILocationAware.Location.CLIENT
boolean
isServer()
Same as
.getLocation()
==ILocationAware.Location.SERVER
-
Methodendetails
-
getLocation
ILocationAware.Location getLocation() -
isClient
boolean isClient()Same as
.getLocation()
==ILocationAware.Location.CLIENT
-
isServer
boolean isServer()Same as
.getLocation()
==ILocationAware.Location.SERVER
-