org.csapi.gms
Class IpMessagePOATie
java.lang.Object
org.omg.PortableServer.Servant
org.csapi.gms.IpMessagePOA
org.csapi.gms.IpMessagePOATie
- All Implemented Interfaces:
- IpMessageOperations, IpInterfaceOperations, IpServiceOperations, org.omg.CORBA.portable.InvokeHandler
public class IpMessagePOATie
- extends IpMessagePOA
Generated from IDL interface "IpMessage"
- Author:
- JacORB IDL compiler V 2.1, 16-Feb-2004
|
Method Summary |
org.omg.PortableServer.POA |
_default_POA()
|
IpMessageOperations |
_delegate()
|
void |
_delegate(IpMessageOperations delegate)
|
IpMessage |
_this()
|
IpMessage |
_this(org.omg.CORBA.ORB orb)
|
java.lang.String |
getContent(int folderSessionID,
java.lang.String messageID)
|
int |
getInfoAmount(int folderSessionID,
java.lang.String messageID)
|
TpMessageInfoProperty[] |
getInfoProperties(int folderSessionID,
java.lang.String messageID,
int firstProperty,
int numberOfProperties)
|
void |
remove(int folderSessionID,
java.lang.String messageID)
|
void |
setCallback(IpInterface appInterface)
|
void |
setCallbackWithSessionID(IpInterface appInterface,
int sessionID)
|
void |
setInfoProperties(int folderSessionID,
java.lang.String messageID,
int firstProperty,
TpMessageInfoProperty[] messageInfoProperties)
|
| Methods inherited from class org.omg.PortableServer.Servant |
_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 |
IpMessagePOATie
public IpMessagePOATie(IpMessageOperations delegate)
IpMessagePOATie
public IpMessagePOATie(IpMessageOperations delegate,
org.omg.PortableServer.POA poa)
_this
public IpMessage _this()
- Overrides:
_this in class IpMessagePOA
_this
public IpMessage _this(org.omg.CORBA.ORB orb)
- Overrides:
_this in class IpMessagePOA
_delegate
public IpMessageOperations _delegate()
_delegate
public void _delegate(IpMessageOperations delegate)
_default_POA
public org.omg.PortableServer.POA _default_POA()
- Overrides:
_default_POA in class org.omg.PortableServer.Servant
setInfoProperties
public void setInfoProperties(int folderSessionID,
java.lang.String messageID,
int firstProperty,
TpMessageInfoProperty[] messageInfoProperties)
throws TpCommonExceptions,
P_GMS_PROPERTY_NOT_SET,
P_GMS_INVALID_MESSAGE_ID,
P_INVALID_SESSION_ID
- Throws:
TpCommonExceptions
P_GMS_PROPERTY_NOT_SET
P_GMS_INVALID_MESSAGE_ID
P_INVALID_SESSION_ID
setCallbackWithSessionID
public void setCallbackWithSessionID(IpInterface appInterface,
int sessionID)
throws P_INVALID_INTERFACE_TYPE,
TpCommonExceptions,
P_INVALID_SESSION_ID
- Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions
P_INVALID_SESSION_ID
getContent
public java.lang.String getContent(int folderSessionID,
java.lang.String messageID)
throws TpCommonExceptions,
P_GMS_INVALID_MESSAGE_ID,
P_INVALID_SESSION_ID
- Throws:
TpCommonExceptions
P_GMS_INVALID_MESSAGE_ID
P_INVALID_SESSION_ID
getInfoProperties
public TpMessageInfoProperty[] getInfoProperties(int folderSessionID,
java.lang.String messageID,
int firstProperty,
int numberOfProperties)
throws TpCommonExceptions,
P_GMS_INVALID_MESSAGE_ID,
P_INVALID_SESSION_ID,
P_GMS_NUMBER_NOT_POSITIVE
- Throws:
TpCommonExceptions
P_GMS_INVALID_MESSAGE_ID
P_INVALID_SESSION_ID
P_GMS_NUMBER_NOT_POSITIVE
getInfoAmount
public int getInfoAmount(int folderSessionID,
java.lang.String messageID)
throws TpCommonExceptions,
P_GMS_INVALID_MESSAGE_ID,
P_INVALID_SESSION_ID
- Throws:
TpCommonExceptions
P_GMS_INVALID_MESSAGE_ID
P_INVALID_SESSION_ID
remove
public void remove(int folderSessionID,
java.lang.String messageID)
throws TpCommonExceptions,
P_GMS_INVALID_MESSAGE_ID,
P_GMS_MESSAGE_NOT_REMOVED,
P_INVALID_SESSION_ID,
P_GMS_INSUFFICIENT_PRIVILEGE
- Throws:
TpCommonExceptions
P_GMS_INVALID_MESSAGE_ID
P_GMS_MESSAGE_NOT_REMOVED
P_INVALID_SESSION_ID
P_GMS_INSUFFICIENT_PRIVILEGE
setCallback
public void setCallback(IpInterface appInterface)
throws P_INVALID_INTERFACE_TYPE,
TpCommonExceptions
- Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions
Copyright © 2008. All Rights Reserved.