Project JXTA

net.jxta.ext.config
Class Profile.Key

java.lang.Object
  extended bynet.jxta.ext.config.Profile.Key
Enclosing class:
Profile

public static class Profile.Key
extends Object

Container for resource keys in the form of XPath expressions.

Version:
${Id}
Author:
james todd [gonzo at jxta dot org]

Field Summary
static String CONFIGURATION
          Configuration: "/jxta/configuration"
static String CONFIGURATION_OPTIMIZER
          Optimizer: "/jxta/configuration/optimizer"
static String CONFIGURATION_OPTIMIZER_CLASS
          Optmizer Class: "/jxta/configuration/optimizer/@class"
static String ENDPOINT_SERVICE
          Endpoint: "/jxta/service/endpoint"
static String ENDPOINT_SERVICE_QUEUE_SIZE
          Endpoint outgoing queue size: "/jxta/service/endpoint/@queueSize"
static String HOME_ADDRESS
          Peer home: "/jxta/peer/@home"
static String HTTP
          Http: "/jxta/transport/http"
static String HTTP_ADDRESS
          Http address: "/jxta/transport/http/address"
static String HTTP_INCOMING
          Http incoming: "/jxta/transport/http/incoming"
static String HTTP_INCOMING_IS_ENABLED
          Http incoming enabler: "/jxta/transport/http/incoming/@enabled"
static String HTTP_IS_ENABLED
          Http enabler: "/jxta/transport/http/@enabled"
static String HTTP_OUTGOING
          Http outgoing: "/jxta/transport/http/outgoing"
static String HTTP_OUTGOING_IS_ENABLED
          Http outgoing enabler: "/jxta/transport/http/outgoing/@enabled"
static String HTTP_PORT_RANGE
          Http port range: "/jxta/transport/http/address/@range"
static String HTTP_PROXY_ADDRESS
          Http proxy: "/jxta/transport/http/proxy"
static String HTTP_PROXY_IS_ENABLED
          Http enabler: "/jxta/transport/http/proxy/@enabled"
static String HTTP_PUBLIC_ADDRESS
          Http public address: "/jxta/transport/http/publicAddress"
static String HTTP_PUBLIC_ADDRESS_EXCLUSIVE_IS_ENABLED
          Http public address exclusive enabler: "/jxta/transport/http/publicAddress/@exclusive"
static String JXTA
          Root path: "/jxta"
static String MULTICAST
          Multicast: "/jxta/transport/tcp/address/multicast"
static String MULTICAST_IS_ENABLED
          Multicast enabler: "/jxta/transport/tcp/address/multicast/@enabled"
static String MULTICAST_SIZE
          Multicast size: "/jxta/transport/tcp/address/multicast/@size"
static String NETWORK
          Network: "/jxta/network"
static String OPTIMIZER_PROPERTY_NAME
          Optmizer Property Name: "/jxta/configuration/optimizer[@class=\'\'{0}\'\']/property/@name"
static String OPTIMIZER_PROPERTY_VALUE
          Optmizer Property Value: "/jxta/configuration/optimizer[@class=\'\'{0}\'\']/property[@name=\'\'{1}\'\']"
static String PEER
          Peer: "/jxta/peer"
static String PEER_DESCRIPTION
          Peer Description: "/jxta/peer/description"
static String PEER_DESCRIPTOR
          Peer description: "/jxta/peer/@descriptor"
static String PEER_ID
          Peer ID: "/jxta/peer/@id"
static String PEER_NAME
          Peer name: "/jxta/peer/@name"
static String PEER_PROXY_ADDRESS
          Peer proxy address: "/jxta/peer/proxy"
static String PRINCIPAL
          Peer principal: "/jxta/peer/security/@principal"
static String PROXY_SERVICE
          Proxy service: "/jxta/service/proxy"
static String PROXY_SERVICE_IS_ENABLED
          Proxy enabler: "/jxta/service/proxy/@enabled"
static String REFLECTION
          Deprecated. moved to RelayOptimizer
static String REFLECTION_BOOTSTRAP_ADDRESS
          Deprecated. move to RelayOptimizer
static String RELAY_SERVICE
          Relay service: "/jxta/service/relay"
static String RELAY_SERVICE_INCOMING
          Relay service incoming: "/jxta/service/relay/incoming"
static String RELAY_SERVICE_INCOMING_IS_ENABLED
          Relay service incoming enabler: "/jxta/service/relay/incoming/@enabled"
static String RELAY_SERVICE_INCOMING_LEASE
          Relay service incoming lease: "/jxta/service/relay/incoming/@lease"
static String RELAY_SERVICE_INCOMING_MAXIMUM
          Relay service incoming maximum connections: "/jxta/service/relay/incoming/@maximum"
static String RELAY_SERVICE_IS_ENABLED
          Relay service enabler: "/jxta/service/relay/@enabled"
static String RELAY_SERVICE_OUTGOING
          Relay service outgoing: "/jxta/service/relay/outgoing"
static String RELAY_SERVICE_OUTGOING_IS_ENABLED
          Relay service outgoing enabler: "/jxta/service/relay/outgoing/@enabled"
static String RELAY_SERVICE_OUTGOING_LEASE
          Relay service outgoing lease: "/jxta/service/relay/outgoing/@lease"
static String RELAY_SERVICE_OUTGOING_MAXIMUM
          Relay service outgoing maximum connections: "/jxta/service/relay/outgoing/@maximum"
static String RELAY_SERVICE_QUEUE_SIZE
          Relay service queue size: "/jxta/service/relay/@queueSize"
static String RELAYS
          Relay: "/jxta/network/relays"
static String RELAYS_ADDRESS
          Relay address: "/jxta/network/relays/address"
static String RELAYS_BOOTSTRAP_ADDRESS
          Relay bootstrap enabler: "/jxta/network/relays/@bootstrap"
static String RELAYS_DISCOVERY_IS_ENABLED
          Relay discovery enabler: "/jxta/network/relays/@discovery"
static String RENDEZVOUS
          RendezVous: "/jxta/network/rendezVous"
static String RENDEZVOUS_ADDRESS
          RendezVous address: "/jxta/network/rendezVous/address"
static String RENDEZVOUS_BOOTSTRAP_ADDRESS
          RendezVous boostrap: "/jxta/network/rendezVous/@bootstrap"
static String RENDEZVOUS_DISCOVERY_IS_ENABLED
          RendezVous discovery enabler: "/jxta/network/rendezVous/@discovery"
static String RENDEZVOUS_SERVICE
          RendezVous service: "/jxta/service/rendezVous"
static String RENDEZVOUS_SERVICE_AUTO_START
          RendezVous service auto start: "/jxta/service/rendezVous/autoStart"
static String RENDEZVOUS_SERVICE_AUTO_START_IS_ENABLED
          RendezVous service auto start enabler: "/jxta/service/rendezVous/@enabled"
static String RENDEZVOUS_SERVICE_IS_ENABLED
          RendezVous service enabler: "/jxta/service/rendezVous/@enabled"
static String ROOT_CERTIFICATE
          Peer root certificate: "/jxta/peer/rootCert"
static String ROOT_CERTIFICATE_ADDRESS
          Peer root certificate addes: "/jxta/peer/rootCert/@address"
static String SECURITY
          Peer security: "/jxta/peer/security"
static String SECURITY_IS_ENABLED
          Peer security enabler: "/jxta/peer/security/@enabled"
static String SERVICE
          Service: "/jxta/service"
static String TCP
          Tcp: "/jxta/transport/tcp"
static String TCP_ADDRESS
          Tcp address: "/jxta/transport/tcp/address"
static String TCP_INCOMING
          Tcp incoming: "/jxta/transport/tcp/incoming"
static String TCP_INCOMING_IS_ENABLED
          Tcp incoming enabler: "/jxta/transport/tcp/incoming/@enabled"
static String TCP_IS_ENABLED
          Tcp enabler: "/jxta/transport/tcp/@enabled"
static String TCP_OUTGOING
          Tcp outgoing: "/jxta/transport/tcp/outgoing"
static String TCP_OUTGOING_IS_ENABLED
          Tcp outgoing enabler: "/jxta/transport/tcp/@enabled"
static String TCP_PORT_RANGE
          Tcp port range: "/jxta/transport/tcp/address/@range"
static String TCP_PROXY_ADDRESS
          Tcp proxy address: "/jxta/transport/tcp/proxy"
static String TCP_PROXY_IS_ENABLED
          Tcp proxy enabler: "/jxta/transport/tcp/proxy/@enabled"
static String TCP_PUBLIC_ADDRESS
          Tcp public address: "/jxta/transport/tcp/publicAddress"
static String TCP_PUBLIC_ADDRESS_EXCLUSIVE_IS_ENABLED
          Tcp public address exclusive enabler: "/jxta/transport/tcp/publicAddress/@exclusive"
static String TRACE
          Trace: "/jxta/peer/@trace"
static String TRANSPORT
          Transport: "/jxta/transport"
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JXTA

public static final String JXTA
Root path: "/jxta"

See Also:
Constant Field Values

PEER

public static final String PEER
Peer: "/jxta/peer"

See Also:
Constant Field Values

PEER_NAME

public static final String PEER_NAME
Peer name: "/jxta/peer/@name"

See Also:
Constant Field Values

PEER_ID

public static final String PEER_ID
Peer ID: "/jxta/peer/@id"

See Also:
Constant Field Values

PEER_DESCRIPTOR

public static final String PEER_DESCRIPTOR
Peer description: "/jxta/peer/@descriptor"

See Also:
Constant Field Values

HOME_ADDRESS

public static final String HOME_ADDRESS
Peer home: "/jxta/peer/@home"

See Also:
Constant Field Values

SECURITY

public static final String SECURITY
Peer security: "/jxta/peer/security"

See Also:
Constant Field Values

SECURITY_IS_ENABLED

public static final String SECURITY_IS_ENABLED
Peer security enabler: "/jxta/peer/security/@enabled"

See Also:
Constant Field Values

PRINCIPAL

public static final String PRINCIPAL
Peer principal: "/jxta/peer/security/@principal"

See Also:
Constant Field Values

ROOT_CERTIFICATE

public static final String ROOT_CERTIFICATE
Peer root certificate: "/jxta/peer/rootCert"

See Also:
Constant Field Values

ROOT_CERTIFICATE_ADDRESS

public static final String ROOT_CERTIFICATE_ADDRESS
Peer root certificate addes: "/jxta/peer/rootCert/@address"

See Also:
Constant Field Values

TRACE

public static final String TRACE
Trace: "/jxta/peer/@trace"

See Also:
Constant Field Values

PEER_DESCRIPTION

public static final String PEER_DESCRIPTION
Peer Description: "/jxta/peer/description"

See Also:
Constant Field Values

PEER_PROXY_ADDRESS

public static final String PEER_PROXY_ADDRESS
Peer proxy address: "/jxta/peer/proxy"

See Also:
Constant Field Values

NETWORK

public static final String NETWORK
Network: "/jxta/network"

See Also:
Constant Field Values

RENDEZVOUS

public static final String RENDEZVOUS
RendezVous: "/jxta/network/rendezVous"

See Also:
Constant Field Values

RENDEZVOUS_BOOTSTRAP_ADDRESS

public static final String RENDEZVOUS_BOOTSTRAP_ADDRESS
RendezVous boostrap: "/jxta/network/rendezVous/@bootstrap"

See Also:
Constant Field Values

RENDEZVOUS_DISCOVERY_IS_ENABLED

public static final String RENDEZVOUS_DISCOVERY_IS_ENABLED
RendezVous discovery enabler: "/jxta/network/rendezVous/@discovery"

See Also:
Constant Field Values

RENDEZVOUS_ADDRESS

public static final String RENDEZVOUS_ADDRESS
RendezVous address: "/jxta/network/rendezVous/address"

See Also:
Constant Field Values

RELAYS

public static final String RELAYS
Relay: "/jxta/network/relays"

See Also:
Constant Field Values

RELAYS_BOOTSTRAP_ADDRESS

public static final String RELAYS_BOOTSTRAP_ADDRESS
Relay bootstrap enabler: "/jxta/network/relays/@bootstrap"

See Also:
Constant Field Values

RELAYS_DISCOVERY_IS_ENABLED

public static final String RELAYS_DISCOVERY_IS_ENABLED
Relay discovery enabler: "/jxta/network/relays/@discovery"

See Also:
Constant Field Values

RELAYS_ADDRESS

public static final String RELAYS_ADDRESS
Relay address: "/jxta/network/relays/address"

See Also:
Constant Field Values

REFLECTION

public static final String REFLECTION
Deprecated. moved to RelayOptimizer

Reflection: "/jxta/network/reflection"

See Also:
Constant Field Values

REFLECTION_BOOTSTRAP_ADDRESS

public static final String REFLECTION_BOOTSTRAP_ADDRESS
Deprecated. move to RelayOptimizer

Reflection bootstrap enabler: "/jxta/network/reflection/@bootstrap"

See Also:
Constant Field Values

TRANSPORT

public static final String TRANSPORT
Transport: "/jxta/transport"

See Also:
Constant Field Values

TCP

public static final String TCP
Tcp: "/jxta/transport/tcp"

See Also:
Constant Field Values

TCP_IS_ENABLED

public static final String TCP_IS_ENABLED
Tcp enabler: "/jxta/transport/tcp/@enabled"

See Also:
Constant Field Values

TCP_INCOMING

public static final String TCP_INCOMING
Tcp incoming: "/jxta/transport/tcp/incoming"

See Also:
Constant Field Values

TCP_INCOMING_IS_ENABLED

public static final String TCP_INCOMING_IS_ENABLED
Tcp incoming enabler: "/jxta/transport/tcp/incoming/@enabled"

See Also:
Constant Field Values

TCP_OUTGOING

public static final String TCP_OUTGOING
Tcp outgoing: "/jxta/transport/tcp/outgoing"

See Also:
Constant Field Values

TCP_OUTGOING_IS_ENABLED

public static final String TCP_OUTGOING_IS_ENABLED
Tcp outgoing enabler: "/jxta/transport/tcp/@enabled"

See Also:
Constant Field Values

TCP_ADDRESS

public static final String TCP_ADDRESS
Tcp address: "/jxta/transport/tcp/address"

See Also:
Constant Field Values

TCP_PORT_RANGE

public static final String TCP_PORT_RANGE
Tcp port range: "/jxta/transport/tcp/address/@range"

See Also:
Constant Field Values

TCP_PUBLIC_ADDRESS

public static final String TCP_PUBLIC_ADDRESS
Tcp public address: "/jxta/transport/tcp/publicAddress"

See Also:
Constant Field Values

TCP_PUBLIC_ADDRESS_EXCLUSIVE_IS_ENABLED

public static final String TCP_PUBLIC_ADDRESS_EXCLUSIVE_IS_ENABLED
Tcp public address exclusive enabler: "/jxta/transport/tcp/publicAddress/@exclusive"

See Also:
Constant Field Values

TCP_PROXY_ADDRESS

public static final String TCP_PROXY_ADDRESS
Tcp proxy address: "/jxta/transport/tcp/proxy"

See Also:
Constant Field Values

TCP_PROXY_IS_ENABLED

public static final String TCP_PROXY_IS_ENABLED
Tcp proxy enabler: "/jxta/transport/tcp/proxy/@enabled"

See Also:
Constant Field Values

MULTICAST

public static final String MULTICAST
Multicast: "/jxta/transport/tcp/address/multicast"

See Also:
Constant Field Values

MULTICAST_IS_ENABLED

public static final String MULTICAST_IS_ENABLED
Multicast enabler: "/jxta/transport/tcp/address/multicast/@enabled"

See Also:
Constant Field Values

MULTICAST_SIZE

public static final String MULTICAST_SIZE
Multicast size: "/jxta/transport/tcp/address/multicast/@size"

See Also:
Constant Field Values

HTTP

public static final String HTTP
Http: "/jxta/transport/http"

See Also:
Constant Field Values

HTTP_IS_ENABLED

public static final String HTTP_IS_ENABLED
Http enabler: "/jxta/transport/http/@enabled"

See Also:
Constant Field Values

HTTP_INCOMING

public static final String HTTP_INCOMING
Http incoming: "/jxta/transport/http/incoming"

See Also:
Constant Field Values

HTTP_INCOMING_IS_ENABLED

public static final String HTTP_INCOMING_IS_ENABLED
Http incoming enabler: "/jxta/transport/http/incoming/@enabled"

See Also:
Constant Field Values

HTTP_OUTGOING

public static final String HTTP_OUTGOING
Http outgoing: "/jxta/transport/http/outgoing"

See Also:
Constant Field Values

HTTP_OUTGOING_IS_ENABLED

public static final String HTTP_OUTGOING_IS_ENABLED
Http outgoing enabler: "/jxta/transport/http/outgoing/@enabled"

See Also:
Constant Field Values

HTTP_ADDRESS

public static final String HTTP_ADDRESS
Http address: "/jxta/transport/http/address"

See Also:
Constant Field Values

HTTP_PORT_RANGE

public static final String HTTP_PORT_RANGE
Http port range: "/jxta/transport/http/address/@range"

See Also:
Constant Field Values

HTTP_PUBLIC_ADDRESS

public static final String HTTP_PUBLIC_ADDRESS
Http public address: "/jxta/transport/http/publicAddress"

See Also:
Constant Field Values

HTTP_PUBLIC_ADDRESS_EXCLUSIVE_IS_ENABLED

public static final String HTTP_PUBLIC_ADDRESS_EXCLUSIVE_IS_ENABLED
Http public address exclusive enabler: "/jxta/transport/http/publicAddress/@exclusive"

See Also:
Constant Field Values

HTTP_PROXY_ADDRESS

public static final String HTTP_PROXY_ADDRESS
Http proxy: "/jxta/transport/http/proxy"

See Also:
Constant Field Values

HTTP_PROXY_IS_ENABLED

public static final String HTTP_PROXY_IS_ENABLED
Http enabler: "/jxta/transport/http/proxy/@enabled"

See Also:
Constant Field Values

SERVICE

public static final String SERVICE
Service: "/jxta/service"

See Also:
Constant Field Values

RENDEZVOUS_SERVICE

public static final String RENDEZVOUS_SERVICE
RendezVous service: "/jxta/service/rendezVous"

See Also:
Constant Field Values

RENDEZVOUS_SERVICE_IS_ENABLED

public static final String RENDEZVOUS_SERVICE_IS_ENABLED
RendezVous service enabler: "/jxta/service/rendezVous/@enabled"

See Also:
Constant Field Values

RENDEZVOUS_SERVICE_AUTO_START

public static final String RENDEZVOUS_SERVICE_AUTO_START
RendezVous service auto start: "/jxta/service/rendezVous/autoStart"

See Also:
Constant Field Values

RENDEZVOUS_SERVICE_AUTO_START_IS_ENABLED

public static final String RENDEZVOUS_SERVICE_AUTO_START_IS_ENABLED
RendezVous service auto start enabler: "/jxta/service/rendezVous/@enabled"

See Also:
Constant Field Values

RELAY_SERVICE

public static final String RELAY_SERVICE
Relay service: "/jxta/service/relay"

See Also:
Constant Field Values

RELAY_SERVICE_IS_ENABLED

public static final String RELAY_SERVICE_IS_ENABLED
Relay service enabler: "/jxta/service/relay/@enabled"

See Also:
Constant Field Values

RELAY_SERVICE_QUEUE_SIZE

public static final String RELAY_SERVICE_QUEUE_SIZE
Relay service queue size: "/jxta/service/relay/@queueSize"

See Also:
Constant Field Values

RELAY_SERVICE_INCOMING

public static final String RELAY_SERVICE_INCOMING
Relay service incoming: "/jxta/service/relay/incoming"

See Also:
Constant Field Values

RELAY_SERVICE_INCOMING_IS_ENABLED

public static final String RELAY_SERVICE_INCOMING_IS_ENABLED
Relay service incoming enabler: "/jxta/service/relay/incoming/@enabled"

See Also:
Constant Field Values

RELAY_SERVICE_INCOMING_MAXIMUM

public static final String RELAY_SERVICE_INCOMING_MAXIMUM
Relay service incoming maximum connections: "/jxta/service/relay/incoming/@maximum"

See Also:
Constant Field Values

RELAY_SERVICE_INCOMING_LEASE

public static final String RELAY_SERVICE_INCOMING_LEASE
Relay service incoming lease: "/jxta/service/relay/incoming/@lease"

See Also:
Constant Field Values

RELAY_SERVICE_OUTGOING

public static final String RELAY_SERVICE_OUTGOING
Relay service outgoing: "/jxta/service/relay/outgoing"

See Also:
Constant Field Values

RELAY_SERVICE_OUTGOING_IS_ENABLED

public static final String RELAY_SERVICE_OUTGOING_IS_ENABLED
Relay service outgoing enabler: "/jxta/service/relay/outgoing/@enabled"

See Also:
Constant Field Values

RELAY_SERVICE_OUTGOING_MAXIMUM

public static final String RELAY_SERVICE_OUTGOING_MAXIMUM
Relay service outgoing maximum connections: "/jxta/service/relay/outgoing/@maximum"

See Also:
Constant Field Values

RELAY_SERVICE_OUTGOING_LEASE

public static final String RELAY_SERVICE_OUTGOING_LEASE
Relay service outgoing lease: "/jxta/service/relay/outgoing/@lease"

See Also:
Constant Field Values

ENDPOINT_SERVICE

public static final String ENDPOINT_SERVICE
Endpoint: "/jxta/service/endpoint"

See Also:
Constant Field Values

ENDPOINT_SERVICE_QUEUE_SIZE

public static final String ENDPOINT_SERVICE_QUEUE_SIZE
Endpoint outgoing queue size: "/jxta/service/endpoint/@queueSize"

See Also:
Constant Field Values

PROXY_SERVICE

public static final String PROXY_SERVICE
Proxy service: "/jxta/service/proxy"

See Also:
Constant Field Values

PROXY_SERVICE_IS_ENABLED

public static final String PROXY_SERVICE_IS_ENABLED
Proxy enabler: "/jxta/service/proxy/@enabled"

See Also:
Constant Field Values

CONFIGURATION

public static final String CONFIGURATION
Configuration: "/jxta/configuration"

See Also:
Constant Field Values

CONFIGURATION_OPTIMIZER

public static final String CONFIGURATION_OPTIMIZER
Optimizer: "/jxta/configuration/optimizer"

See Also:
Constant Field Values

CONFIGURATION_OPTIMIZER_CLASS

public static final String CONFIGURATION_OPTIMIZER_CLASS
Optmizer Class: "/jxta/configuration/optimizer/@class"

See Also:
Constant Field Values

OPTIMIZER_PROPERTY_NAME

public static final String OPTIMIZER_PROPERTY_NAME
Optmizer Property Name: "/jxta/configuration/optimizer[@class=\'\'{0}\'\']/property/@name"

See Also:
Constant Field Values

OPTIMIZER_PROPERTY_VALUE

public static final String OPTIMIZER_PROPERTY_VALUE
Optmizer Property Value: "/jxta/configuration/optimizer[@class=\'\'{0}\'\']/property[@name=\'\'{1}\'\']"

See Also:
Constant Field Values

JXTA J2SE