|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<IChannelLocator.LocatorType>
gr.uoa.di.madgik.commons.channel.proxy.IChannelLocator.LocatorType
public static enum IChannelLocator.LocatorType
Defines the available locators that can be used by the framework
Enum Constant Summary | |
---|---|
Local
Local locator type, capable of identifying a channel in the same address space as the one it was created in |
|
TCP
A locator that uses a TCP connection to identify the referenced channel, capable of identifying a channel from wherever it may be used |
Method Summary | |
---|---|
static IChannelLocator.LocatorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IChannelLocator.LocatorType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final IChannelLocator.LocatorType Local
public static final IChannelLocator.LocatorType TCP
Method Detail |
---|
public static IChannelLocator.LocatorType[] values()
for (IChannelLocator.LocatorType c : IChannelLocator.LocatorType.values()) System.out.println(c);
public static IChannelLocator.LocatorType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |