org.csapi.cm
Class _IpVPrNStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.csapi.cm._IpVPrNStub
All Implemented Interfaces:
java.io.Serializable, IpVPrN, IpVPrNOperations, IpInterface, IpInterfaceOperations, IpService, IpServiceOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity

public class _IpVPrNStub
extends org.omg.CORBA.portable.ObjectImpl
implements IpVPrN

Generated from IDL interface "IpVPrN"

Author:
JacORB IDL compiler V 2.1, 16-Feb-2004
See Also:
Serialized Form

Field Summary
static java.lang.Class _opsClass
           
 
Constructor Summary
_IpVPrNStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 IpInterface createVPrP(IpInterface templateRef)
           
 void deleteVPrP(java.lang.String vPrPID)
           
 IpInterface getVPrP(java.lang.String vPrPID)
           
 java.lang.String[] getVPrPList()
           
 void setCallback(IpInterface appInterface)
           
 void setCallbackWithSessionID(IpInterface appInterface, int sessionID)
           
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

_opsClass

public static final java.lang.Class _opsClass
Constructor Detail

_IpVPrNStub

public _IpVPrNStub()
Method Detail

_ids

public java.lang.String[] _ids()
Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl

setCallbackWithSessionID

public void setCallbackWithSessionID(IpInterface appInterface,
                                     int sessionID)
                              throws P_INVALID_INTERFACE_TYPE,
                                     TpCommonExceptions,
                                     P_INVALID_SESSION_ID
Specified by:
setCallbackWithSessionID in interface IpServiceOperations
Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions
P_INVALID_SESSION_ID

getVPrP

public IpInterface getVPrP(java.lang.String vPrPID)
                    throws P_UNKNOWN_VPRP_ID,
                           TpCommonExceptions,
                           P_ILLEGAL_VPRPID
Specified by:
getVPrP in interface IpVPrNOperations
Throws:
P_UNKNOWN_VPRP_ID
TpCommonExceptions
P_ILLEGAL_VPRPID

createVPrP

public IpInterface createVPrP(IpInterface templateRef)
                       throws TpCommonExceptions,
                              P_UNKNOWN_INTERFACE,
                              P_ILLEGAL_REF_VALUE
Specified by:
createVPrP in interface IpVPrNOperations
Throws:
TpCommonExceptions
P_UNKNOWN_INTERFACE
P_ILLEGAL_REF_VALUE

getVPrPList

public java.lang.String[] getVPrPList()
                               throws TpCommonExceptions,
                                      P_UNKNOWN_VPRP
Specified by:
getVPrPList in interface IpVPrNOperations
Throws:
TpCommonExceptions
P_UNKNOWN_VPRP

setCallback

public void setCallback(IpInterface appInterface)
                 throws P_INVALID_INTERFACE_TYPE,
                        TpCommonExceptions
Specified by:
setCallback in interface IpServiceOperations
Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions

deleteVPrP

public void deleteVPrP(java.lang.String vPrPID)
                throws P_UNKNOWN_VPRP_ID,
                       P_CANT_DELETE_VPRP,
                       TpCommonExceptions
Specified by:
deleteVPrP in interface IpVPrNOperations
Throws:
P_UNKNOWN_VPRP_ID
P_CANT_DELETE_VPRP
TpCommonExceptions


Copyright © 2009. All Rights Reserved.