gov.lanl.RAD
Class AbstractDecisionCombinator
java.lang.Object
|
+--org.omg.PortableServer.Servant
|
+--org.omg.DfResourceAccessDecision.DecisionCombinatorPOA
|
+--gov.lanl.RAD.AbstractDecisionCombinator
- All Implemented Interfaces:
- org.omg.DfResourceAccessDecision.DecisionCombinatorOperations, org.omg.CORBA.portable.InvokeHandler
- Direct Known Subclasses:
- DecisionCombinatorImpl, DecisionCombinatorImplAll
- public abstract class AbstractDecisionCombinator
- extends org.omg.DfResourceAccessDecision.DecisionCombinatorPOA
Proxy class which adds set methods on the DecisionCombinator for the ability to create a JavaBean DecisionCombinator
- Version:
- $Id: AbstractDecisionCombinator.java,v 1.4 2002/05/01 22:54:47 dwforslund Exp $
- Author:
- $Author: dwforslund $
|
Field Summary |
protected java.lang.String |
name
|
protected org.omg.CORBA.ORB |
orb
|
protected gov.lanl.Utility.ConfigProperties |
props
|
|
Method Summary |
void |
setName(java.lang.String name)
set the Name of the server |
void |
setOrb(org.omg.CORBA.ORB theOrb)
|
void |
setProperties(java.lang.String file)
set the properties sheet for configuration the server |
| Methods inherited from class org.omg.DfResourceAccessDecision.DecisionCombinatorPOA |
_all_interfaces, _invoke, _this, _this |
| Methods inherited from class org.omg.PortableServer.Servant |
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.omg.DfResourceAccessDecision.DecisionCombinatorOperations |
combine_decisions |
props
protected gov.lanl.Utility.ConfigProperties props
name
protected java.lang.String name
orb
protected org.omg.CORBA.ORB orb
AbstractDecisionCombinator
public AbstractDecisionCombinator()
setProperties
public void setProperties(java.lang.String file)
- set the properties sheet for configuration the server
- Parameters:
file - Property sheet for configuation
setName
public void setName(java.lang.String name)
- set the Name of the server
- Parameters:
name - of the server
setOrb
public void setOrb(org.omg.CORBA.ORB theOrb)
Copyright © 2000 University of California. All Rights Reserved.