- getAllIntermediateValues() - Method in class net.juniper.smgt.gateway.gal.NicValue
-
Return all the intermediate values involved in this resolution as a Map.
- getConstraints() - Method in class net.juniper.smgt.gateway.gal.NicKey
-
Returns all the constraints associated
with the current key object.
- getCurrentTimeGMT() - Static method in class net.juniper.smgt.gateway.gal.NicKey
-
Returns the current time in milliseconds (UTC) in the GMT timezone.
- getInstance() - Static method in class net.juniper.smgt.gateway.gal.NicFactory
-
Returns the sole instance of the NicFactory.
- getIntermediateValue(String) - Method in class net.juniper.smgt.gateway.gal.NicValue
-
Return the intermediate value of this type involved in this resolution.
- getIntermediateValues(String) - Method in class net.juniper.smgt.gateway.gal.NicValue
-
Return all the intermediate values of this type involved in this resolution.
- getKey() - Method in class net.juniper.smgt.gateway.gal.NicKey
-
Returns the string representation of the key value.
- getManagement() - Method in interface net.juniper.smgt.gateway.gal.NIC
-
Return the management interface which gives the caller access
to the management counters
- getNicComponent(String, ConfigMgr) - Method in class net.juniper.smgt.gateway.gal.NicFactory
-
Returns the NIC component that was configured
with the specified name space.
- getReference() - Method in class net.juniper.smgt.gateway.gal.CorbaRefSaeId
-
Returns the reference to the CORBA interface.
- getSaeLocator(String, ConfigMgr) - Method in class net.juniper.smgt.gateway.gal.NicFactory
-
Returns the SaeLocator component that was configured
with the specified name.
- getTimeToLive() - Method in class net.juniper.smgt.gateway.gal.NicKey
-
Returns time to live
- getValue() - Method in class net.juniper.smgt.gateway.gal.NicValue
-
Return the goal value represented by this current object.
- net.juniper.smgt.gateway.gal - package net.juniper.smgt.gateway.gal
-
- NIC - Interface in net.juniper.smgt.gateway.gal
-
The NIC
interface provides the ability to lookup network
state information given a key.
- NIC_PROXY_PROPERTY_NAME - Static variable in class net.juniper.smgt.gateway.gal.NicFactory
-
The NicProxy classname property name
- NicException - Exception in net.juniper.smgt.gateway.gal
-
The superclass of all the exceptions that are thrown by NIC components.
- NicException() - Constructor for exception net.juniper.smgt.gateway.gal.NicException
-
Default Constructor
- NicException(String) - Constructor for exception net.juniper.smgt.gateway.gal.NicException
-
Constructs NicException based on the provided message.
- NicFactory - Class in net.juniper.smgt.gateway.gal
-
The NicFactory
is used to access all the NIC
components that are configured in the current gateway.
- NicFactory(Properties) - Constructor for class net.juniper.smgt.gateway.gal.NicFactory
-
Constructs NicFactory based on the privided properties.
- NicInternalException - Exception in net.juniper.smgt.gateway.gal
-
The exception thrown by NIC components for any unforseen errors
that can occur during resolution (such as: errors in
communicating with a network NIC server or a network node).
- NicInternalException() - Constructor for exception net.juniper.smgt.gateway.gal.NicInternalException
-
Default Constructor
- NicInternalException(String) - Constructor for exception net.juniper.smgt.gateway.gal.NicInternalException
-
Constructs NicException based on the provided message.
- NicKey - Class in net.juniper.smgt.gateway.gal
-
The NicKey
represents the key object passed to all the
lookup methods defined in the NIC or the SaeLocator interface.
- NicKey(String) - Constructor for class net.juniper.smgt.gateway.gal.NicKey
-
Constructs a NicKey object given the string representation of the key value.
- NicValue - Class in net.juniper.smgt.gateway.gal
-
The NicValue
is the type returned from one of the lookup
methods defined in the NIC or the SaeLocator interface.
- NicValue(String, Map) - Constructor for class net.juniper.smgt.gateway.gal.NicValue
-
Constructs NicValue given the goal and the intermediate values.
- NicValue(String) - Constructor for class net.juniper.smgt.gateway.gal.NicValue
-
Constructs NicValue given the goal.