All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class com.visigenic.vbroker.extension.PolicyHelper

java.lang.Object
    |
    +----com.visigenic.vbroker.extension.PolicyHelper

public abstract class PolicyHelper
extends Object

IDL definition:
#pragma prefix "visigenic.com/extension"
enum Policy {
SHARED_SERVER,
UNSHARED_SERVER,
SERVER_PER_METHOD
};


Constructor Index

 o PolicyHelper()

Method Index

 o extract(Any)
 o id()
 o insert(Any, Policy)
 o read(InputStream)
 o type()
 o write(OutputStream, Policy)

Constructors

 o PolicyHelper
public PolicyHelper()

Methods

 o read
public static Policy read(InputStream _input)
 o write
public static void write(OutputStream _output,
                         Policy value)
 o insert
public static void insert(Any any,
                          Policy value)
 o extract
public static Policy extract(Any any)
 o type
public static TypeCode type()
 o id
public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index