summaryrefslogtreecommitdiff
path: root/org/omg/PortableInterceptor/IORInfoOperations.java
diff options
context:
space:
mode:
Diffstat (limited to 'org/omg/PortableInterceptor/IORInfoOperations.java')
-rw-r--r--org/omg/PortableInterceptor/IORInfoOperations.java38
1 files changed, 19 insertions, 19 deletions
diff --git a/org/omg/PortableInterceptor/IORInfoOperations.java b/org/omg/PortableInterceptor/IORInfoOperations.java
index fdeb2973b..9ff8d0e27 100644
--- a/org/omg/PortableInterceptor/IORInfoOperations.java
+++ b/org/omg/PortableInterceptor/IORInfoOperations.java
@@ -86,53 +86,53 @@ public interface IORInfoOperations
*/
Policy get_effective_policy(int policy_type);
- /**
+ /**
* Get the adapter template that is associated with the object POA.
* The template is also a reference factory and can produce the new object
* references.
- *
+ *
* @since 1.5
*/
public ObjectReferenceTemplate adapter_template();
-
+
/**
- * The current_factory is the factory, used by the adapter to create
- * object references. This factory is initially the same as the
+ * The current_factory is the factory, used by the adapter to create
+ * object references. This factory is initially the same as the
* adapter_template.
- *
+ *
* @since 1.5
*/
public ObjectReferenceFactory current_factory();
/**
* Set the current object reference factory, used to produce the new objects.
- *
- * The current factory can only be set during the call to the
+ *
+ * The current factory can only be set during the call to the
* {@link IORInterceptor_3_0Operations#components_established(IORInfo)}.
- *
+ *
* @since 1.5
*/
public void current_factory(ObjectReferenceFactory factory);
/**
- * Get the POA manager Id.
- *
+ * Get the POA manager Id.
+ *
* @return Id that uniquely refers to the poa manager, used by this POA.
- *
- * @since 1.5
- *
+ *
+ * @since 1.5
+ *
* @see IORInterceptor_3_0Operations#adapter_manager_state_changed
*/
public int manager_id();
-
+
/**
* Get the state of the adapter manager.
- *
+ *
* @since 1.5
- *
+ *
* @return the state of the adapters to that the IOR being created belongs.
* One of the {@link HOLDING#value}, {@link DISCARDING#value},
* {@link INACTIVE#value} or {@link NON_EXISTENT#value}.
*/
- short state();
-} \ No newline at end of file
+ short state();
+}